comparison: src/server/daemon/config.h
src/server/daemon/config.h
- changeset 651
- ed74879c7041
- parent 650
- 3e4f9cdd70b8
equal
deleted
inserted
replaced
| 69 void *data; |
69 void *data; |
| 70 } ScfgDestr; |
70 } ScfgDestr; |
| 71 |
71 |
| 72 struct ServerConfiguration { |
72 struct ServerConfiguration { |
| 73 pool_handle_t *pool; |
73 pool_handle_t *pool; |
| 74 CxAllocator *a; |
74 const CxAllocator *a; |
| 75 |
75 |
| 76 CxList *destr; // list of ScfgDestr |
76 CxList *destr; // list of ScfgDestr |
| 77 |
77 |
| 78 ServerConfiguration *next; |
78 ServerConfiguration *next; |
| 79 |
79 |