Asterisk - The Open Source Telephony Project GIT-master-66c01d8
Data Fields
ast_config Struct Reference
Collaboration diagram for ast_config:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Definition at line 250 of file main/config.c.

Field Documentation

◆ current

struct ast_category * current

◆ include_level

int include_level

◆ includes

struct ast_config_include* includes

a list of inclusions, which should describe the entire tree

Definition at line 918 of file extconf.c.

Referenced by ast_config_destroy(), and localized_config_text_file_save().

◆ includes_last

struct ast_config_include* includes_last

Last inclusion in the list.

Definition at line 262 of file main/config.c.

◆ includes_root

struct ast_config_include* includes_root

First inclusion in the list.

Definition at line 260 of file main/config.c.

Referenced by ast_config_destroy(), and ast_config_text_file_save2().

◆ last

struct ast_category * last

Last config category in the list.

Definition at line 254 of file main/config.c.

◆ last_browse

struct ast_category * last_browse

used to cache the last category supplied via category_browse

Definition at line 256 of file main/config.c.

◆ max_include_level

int max_include_level

Definition at line 258 of file main/config.c.

Referenced by ast_config_internal_load().

◆ root

struct ast_category * root

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