优化退出流程,统一注册到on_exit(
This commit is contained in:
@ -14,11 +14,11 @@ typedef struct pthread_module
|
||||
atomic_int status;
|
||||
}pth_m;
|
||||
|
||||
typedef struct args
|
||||
typedef struct net_args
|
||||
{
|
||||
log_manager *log;
|
||||
pth_m *pth;
|
||||
}args;
|
||||
}net_args;
|
||||
|
||||
typedef struct network_manager
|
||||
{
|
||||
|
Reference in New Issue
Block a user