优化退出信号传递流程
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
#ifndef QUIT
|
||||
#define QUIT
|
||||
|
||||
void *quitall(int status,void *arg);
|
||||
#include "network/network.h"
|
||||
void *quitall(void *self_p);
|
||||
|
||||
int server_quit(netm *self);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user