|
Tor 0.4.9.8
|
#include <confline.h>
Data Fields | |
| char * | key |
| char * | value |
| struct config_line_t * | next |
| unsigned int | command:2 |
| unsigned int | fragile:1 |
A linked list of lines in a config file, or elsewhere
Definition at line 29 of file confline.h.
| unsigned int command |
What special treatment (if any) does this line require?
Definition at line 35 of file confline.h.
Referenced by config_assign_line(), config_parse_commandline(), and routerset_kv_parse().
| unsigned int fragile |
If true, subsequent assignments to this linelist should replace it, not extend it. Set only on the first item in a linelist in an or_options_t.
Definition at line 39 of file confline.h.
| char* key |
Definition at line 30 of file confline.h.
| struct config_line_t* next |
Definition at line 32 of file confline.h.
| char* value |
Definition at line 31 of file confline.h.