修复日志处理,优化磁盘io,优化退出流程
This commit is contained in:
@ -29,6 +29,7 @@ typedef struct network_manager//网络管理器
|
||||
int (*iss_work)(struct network_manager*,char *);
|
||||
|
||||
int fifo_fd[2];
|
||||
pthread_t pid;
|
||||
log_manager *logmanager;
|
||||
indiector *err_indictor;
|
||||
int last_alc;
|
||||
|
||||
Reference in New Issue
Block a user