初始化health check module

This commit is contained in:
luwenpeng
2023-02-22 20:32:37 +08:00
committed by wangmenglan
parent 7ae1a79e8a
commit 7acfa8d221
3 changed files with 5 additions and 3 deletions

View File

@@ -32,8 +32,6 @@ int health_check_session_set_status(int session_id, int is_active);
// return -1 : key not exist
int health_check_session_get_mac(int session_id, char *mac_buff);
void health_check_session_foreach();
#ifdef __cpluscplus
}
#endif