Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_category * | current |
int | include_level |
struct ast_config_include * | includes |
struct ast_category * | last |
struct ast_category * | last_browse |
int | max_include_level |
struct ast_category * | root |
Definition at line 249 of file main/config.c.
struct ast_config_include * includes |
a list of inclusions, which should describe the entire tree
Definition at line 258 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 253 of file main/config.c.
Referenced by ast_category_append(), and ast_category_delete().
struct ast_category * last_browse |
used to cache the last category supplied via category_browse
Definition at line 255 of file main/config.c.
Referenced by ast_category_browse(), and ast_category_delete().
struct ast_category * root |
First config category in the list.
Definition at line 251 of file main/config.c.
Referenced by ast_category_append(), ast_category_browse(), ast_category_browse_filtered(), ast_category_delete(), ast_category_insert(), ast_config_copy(), ast_config_destroy(), ast_config_sort_categories(), ast_config_text_file_save2(), and ast_load_realtime_multientry_fields().