src/server/config/objconf.h

changeset 95
74a81d9e19d0
parent 91
fac51f87def0
child 415
d938228c382e
equal deleted inserted replaced
94:6b15a094d996 95:74a81d9e19d0
40 ConfigLine *end; 40 ConfigLine *end;
41 41
42 sstr_t name; 42 sstr_t name;
43 sstr_t ppath; 43 sstr_t ppath;
44 // directives 44 // directives
45 UcxList *directives[6]; 45 UcxList *directives[7];
46 } ConfigObject; 46 } ConfigObject;
47 47
48 /* 48 /*
49 * representing a xml like level in the obj.conf tree 49 * representing a xml like level in the obj.conf tree
50 */ 50 */

mercurial