Tor  0.4.7.0-alpha-dev
Data Fields
managed_var_t Struct Reference

Data Fields

const config_var_tcvar
 
int object_idx
 

Detailed Description

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.

Definition at line 46 of file confmgt.c.

Field Documentation

◆ cvar

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_value(), config_clear(), config_find_option_name(), config_is_same(), config_reset(), and managed_var_cmp().

◆ object_idx

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(), and config_is_same().


The documentation for this struct was generated from the following file: