src/server/config/objconf.h

changeset 79
f48cea237ec3
parent 44
3da1f7b6847f
child 83
28433f06d5ee
equal deleted inserted replaced
78:3578977d29a3 79:f48cea237ec3
55 } ConfigParserLevel; 55 } ConfigParserLevel;
56 56
57 typedef struct _obj_conf { 57 typedef struct _obj_conf {
58 ConfigParser parser; 58 ConfigParser parser;
59 char *file; 59 char *file;
60 UcxDlist *lines; 60 //UcxDlist *lines;
61 UcxDlist *conditions; 61 UcxDlist *conditions;
62 UcxDlist *objects; 62 UcxDlist *objects;
63 63
64 // private parser temp vars 64 // private parser temp vars
65 ConfigObject *obj; // add directives to this object 65 ConfigObject *obj; // add directives to this object

mercurial