src/server/config/conf.h

changeset 576
5c31cc844c68
parent 505
d41fc7f37aed
equal deleted inserted replaced
575:bbca8e94fa67 576:5c31cc844c68
100 ConfigLineList *prev; 100 ConfigLineList *prev;
101 ConfigLineList *next; 101 ConfigLineList *next;
102 }; 102 };
103 103
104 typedef struct _cfg_parser { 104 typedef struct _cfg_parser {
105 CxAllocator *mp; 105 CxMempool *mp;
106 CxAllocator *a;
106 ConfigLineList *lines_begin; 107 ConfigLineList *lines_begin;
107 ConfigLineList *lines_end; 108 ConfigLineList *lines_end;
108 cfg_parse_f parse; 109 cfg_parse_f parse;
109 } ConfigParser; 110 } ConfigParser;
110 111

mercurial