add event fun
This commit is contained in:
@@ -73,8 +73,7 @@ void process_log_command(const std::string& id, const std::string& level, const
|
||||
|
||||
void update_log_entries_countdown();
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void remove_loggers_by_terminal_id(const std::string& terminal_id_cstr);
|
||||
void init_logger_process();
|
||||
void init_loggers();
|
||||
@@ -152,10 +151,7 @@ typedef enum LogCode {
|
||||
LOG_CODE_SPACE_ALARM = 700 /* 空间告警 */
|
||||
} LogCode;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // __cplusplus
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user