|
acl
3.5.3.0
|
浏览该文件的文档. 4 #ifndef ACL_CLIENT_ONLY 22 void run_daemon(
int argc,
char** argv);
31 void run_alone(
const char* path = NULL,
int count = 1,
int interval = 1);
37 const char* get_conf_path(
void)
const;
46 virtual void on_trigger() = 0;
50 static void service_main(
void*);
53 static void service_pre_jail(
void*);
56 static void service_init(
void*);
59 static void service_exit(
void*);
67 #endif // ACL_CLIENT_ONLY