| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
A container that holds all config-related information. More...

| Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| const ast_string_field | filename | |
| const ast_string_field | format | |
| struct ast_cel_general_config * | general | |
| struct { | ||
| struct cel_config * next | ||
| } | list | |
| ast_mutex_t | lock | |
A container that holds all config-related information.
Definition at line 52 of file cel_custom.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 56 of file cel_custom.c.
| struct ast_string_field_pool* __field_mgr_pool | 
Definition at line 56 of file cel_custom.c.
| const ast_string_field filename | 
Definition at line 56 of file cel_custom.c.
Referenced by load_config().
| const ast_string_field format | 
Definition at line 56 of file cel_custom.c.
Referenced by load_config().
| struct ast_cel_general_config* general | 
Definition at line 229 of file cel.c.
Referenced by ast_cel_check_enabled(), ast_cel_set_config(), cel_config_dtor(), cel_pre_apply_config(), and load_module().
| struct { ... } list | 
Referenced by custom_log(), free_config(), and load_config().
| ast_mutex_t lock | 
Definition at line 57 of file cel_custom.c.
Referenced by free_config(), and load_config().
| struct cel_config* next | 
Definition at line 58 of file cel_custom.c.