|
Tor 0.4.9.8
|
Data Fields | |
| const config_var_t * | cvar |
| int | object_idx |
A managed_var_t is an internal wrapper around a config_var_t in a config_format_t structure. It is used by config_mgr_t to keep track of which option goes with which structure.
| const config_var_t* cvar |
A pointer to the config_var_t for this option.
Definition at line 50 of file confmgt.c.
Referenced by config_assign_line(), config_assign_value(), config_clear(), config_find_option_name(), config_get_assigned_option(), config_is_same(), config_mgr_register_fmt(), config_reset(), and managed_var_cmp().
| int object_idx |
The index of the object in which this option is stored. It is IDX_TOPLEVEL to indicate that the object is the top-level object.
Definition at line 55 of file confmgt.c.
Referenced by config_assign_value(), config_clear(), config_get_assigned_option(), config_is_same(), and config_mgr_register_fmt().