Tor 0.4.9.8
Loading...
Searching...
No Matches
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

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


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