Tor
0.4.7.0-alpha-dev
|
#include <conftypes.h>
Data Fields | |
struct_member_t | member |
const char * | initvalue |
uint32_t | flags |
A variable allowed in the configuration file or on the command line.
Definition at line 226 of file conftypes.h.
uint32_t flags |
One or more flags describing special handling for this variable
Definition at line 230 of file conftypes.h.
Referenced by config_var_has_flag().
const char* initvalue |
A struct member corresponding to this variable. String (or null) describing initial value.
Definition at line 229 of file conftypes.h.
Referenced by config_reset().