Data Fields | |
| int | refcount |
| Reference count. | |
| DBusString | basedir |
| Directory we resolve paths relative to. | |
| DBusList * | stack |
| stack of Element. | |
| char * | user |
| user to run as. | |
| char * | bus_type |
| Message bus type. | |
| DBusList * | listen_on |
| List of addresses to listen to. | |
| DBusList * | mechanisms |
| Auth mechanisms. | |
| DBusList * | service_dirs |
| Directories to look for services in. | |
| BusPolicy * | policy |
| Security policy. | |
| BusLimits | limits |
| Limits. | |
| char * | pidfile |
| PID file. | |
| unsigned int | fork: 1 |
| TRUE to fork into daemon mode. | |
| unsigned int | is_toplevel: 1 |
| FALSE if we are a sub-config-file inside another one. | |
Definition at line 94 of file config-parser.c.
1.2.15