|
Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
| ast_mutex_t | lock |
A container that holds all config-related information.
Definition at line 56 of file cel_custom.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 60 of file cel_custom.c.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 60 of file cel_custom.c.
| const ast_string_field filename |
Definition at line 60 of file cel_custom.c.
Referenced by custom_log(), and load_config().
| const ast_string_field format |
Definition at line 60 of file cel_custom.c.
Referenced by custom_log(), and load_config().
| struct ast_cel_general_config* general |
Definition at line 210 of file cel.c.
Referenced by ast_cel_check_enabled(), ast_cel_set_config(), cel_config_dtor(), cel_pre_apply_config(), and load_module().
| ast_mutex_t lock |
Definition at line 61 of file cel_custom.c.
Referenced by custom_log(), free_config(), and load_config().
1.8.13