src/server/daemon/srvctrl.h

branch
srvctrl
changeset 173
63b8d52db390
parent 167
4be7dd2b75b9
child 254
4784c14aa639
equal deleted inserted replaced
167:4be7dd2b75b9 173:63b8d52db390
37 37
38 #ifdef __cplusplus 38 #ifdef __cplusplus
39 extern "C" { 39 extern "C" {
40 #endif 40 #endif
41 41
42 #define SRV_MSG_RESPONSE 0
43 #define SRV_MSG_LOG 1
44
42 typedef struct { 45 typedef struct {
43 int fd; 46 int fd;
44 } SrvCtrlClient; 47 } SrvCtrlClient;
45 48
46 int srvctrl_init(ServerConfiguration *cfg); 49 int srvctrl_init(ServerConfiguration *cfg);

mercurial