Improve log_monitor implementation

This commit is contained in:
topjohnwu
2018-07-01 18:18:12 +08:00
parent d149af9628
commit 7243b9e72f
4 changed files with 30 additions and 106 deletions

View File

@@ -61,9 +61,6 @@ extern struct log_listener log_events[];
extern int loggable;
void monitor_logs();
void start_debug_full_log();
void stop_debug_full_log();
void start_debug_log();
#endif