| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| struct ast_category * | current | 
| int | include_level | 
| struct ast_config_include * | includes | 
| struct ast_config_include * | includes_last | 
| struct ast_config_include * | includes_root | 
| struct ast_category * | last | 
| struct ast_category * | last_browse | 
| int | max_include_level | 
| struct ast_category * | root | 
Definition at line 251 of file main/config.c.
| struct ast_category * current | 
Definition at line 256 of file main/config.c.
Referenced by ast_config_get_current_category(), and ast_config_set_current_category().
| int include_level | 
Definition at line 258 of file main/config.c.
Referenced by ast_config_internal_load(), ast_config_internal_load(), config_text_file_load(), and process_text_line().
| struct ast_config_include* includes | 
a list of inclusions, which should describe the entire tree
Definition at line 916 of file extconf.c.
Referenced by ast_config_destroy(), and localized_config_text_file_save().
| struct ast_config_include* includes_last | 
Last inclusion in the list.
Definition at line 263 of file main/config.c.
| struct ast_config_include* includes_root | 
First inclusion in the list.
Definition at line 261 of file main/config.c.
Referenced by ast_config_destroy(), and ast_config_text_file_save2().
| struct ast_category * last | 
Last config category in the list.
Definition at line 255 of file main/config.c.
| struct ast_category * last_browse | 
used to cache the last category supplied via category_browse
Definition at line 257 of file main/config.c.
| int max_include_level | 
Definition at line 259 of file main/config.c.
Referenced by ast_config_internal_load(), ast_config_internal_load(), and ast_config_new().
| struct ast_category * root | 
First config category in the list.
Definition at line 253 of file main/config.c.
Referenced by ast_config_copy(), ast_config_destroy(), ast_config_text_file_save2(), ast_load_realtime_multientry_fields(), and localized_config_text_file_save().