Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_config Struct Reference

Data Fields

struct ast_categorycurrent
 
int include_level
 
struct ast_config_includeincludes
 
struct ast_categorylast
 
struct ast_categorylast_browse
 
int max_include_level
 
struct ast_categoryroot
 

Detailed Description

Definition at line 236 of file config.c.

Field Documentation

int include_level

Definition at line 243 of file config.c.

Referenced by ast_category_append(), ast_config_internal_load(), and process_text_line().

struct ast_config_include* includes

a list of inclusions, which should describe the entire tree

Definition at line 245 of file config.c.

Referenced by ast_config_destroy(), ast_config_text_file_save(), ast_include_find(), ast_include_new(), and ast_include_rename().

struct ast_category* last

Last config category in the list.

Definition at line 240 of file 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 242 of file config.c.

Referenced by ast_category_browse(), and ast_variable_browse().

int max_include_level

Definition at line 244 of file config.c.

Referenced by ast_config_internal_load(), and ast_config_new().


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