|
acl
3.5.3.0
|
浏览该文件的文档. 2 #include "../stdlib/thread_mutex.hpp" 3 #include "../stream/aio_handle.hpp" 4 #include "../stream/aio_listen_stream.hpp" 7 #ifndef ACL_CLIENT_ONLY 15 class aio_socket_stream;
29 void run_daemon(
int argc,
char** argv);
38 bool run_alone(
const char* addrs,
const char* path = NULL,
56 const char* get_conf_path(
void)
const;
84 #if defined(_WIN32) || defined(_WIN64) 86 static void service_main(SOCKET,
void*);
88 static void service_main(
int,
void*);
95 static void service_pre_jail(
void*);
98 static void service_init(
void*);
101 static void service_exit(
void*);
109 #endif // ACL_CLIENT_ONLY