修复日志处理,优化磁盘io,优化退出流程
This commit is contained in:
@ -15,7 +15,6 @@ typedef struct Ctl
|
||||
int (*infifo)(struct Ctl*,const char*);
|
||||
int index;
|
||||
char *history[TEM_HISTORY_BUF];
|
||||
pthread_t logwathcher;
|
||||
log_manager *logmanager;
|
||||
ctx *command;//解释器上下文
|
||||
toml_table_t *config;
|
||||
|
||||
Reference in New Issue
Block a user