src/server/daemon/event.h

branch
config
changeset 256
19259b6c5cf7
parent 193
aa8393527b1e
child 415
d938228c382e
equal deleted inserted replaced
255:b5d15a4a19f5 256:19259b6c5cf7
41 uint32_t numins; 41 uint32_t numins;
42 uint32_t current; 42 uint32_t current;
43 } EVHandler; 43 } EVHandler;
44 44
45 typedef struct event_handler_conf { 45 typedef struct event_handler_conf {
46 sstr_t name; 46 scstr_t name;
47 int nthreads; 47 int nthreads;
48 int isdefault; 48 int isdefault;
49 } EventHandlerConfig; 49 } EventHandlerConfig;
50 50
51 int create_event_handler(EventHandlerConfig *cfg); 51 int create_event_handler(EventHandlerConfig *cfg);

mercurial