Asterisk - The Open Source Telephony Project
18.5.0
|
#include <config_options.h>
Data Fields | |
struct aco_file * | files [] |
struct ao2_global_obj * | global_obj |
unsigned int | hidden:1 |
struct aco_info_internal * | internal |
const char * | module |
aco_post_apply_config | post_apply_config |
aco_pre_apply_config | pre_apply_config |
aco_snapshot_alloc | snapshot_alloc |
Definition at line 169 of file config_options.h.
struct aco_file* files[] |
An array of aco_files to process
Definition at line 177 of file config_options.h.
Referenced by aco_info_destroy(), aco_info_init(), aco_process_config(), and sorcery_object_type_alloc().
struct ao2_global_obj* global_obj |
The global object array that holds the user-defined config object
Definition at line 175 of file config_options.h.
Referenced by apply_config().
unsigned int hidden |
If enabled, this config item is hidden from users
Definition at line 171 of file config_options.h.
Referenced by aco_info_init(), and link_option_to_types().
struct aco_info_internal* internal |
Definition at line 176 of file config_options.h.
Referenced by aco_info_destroy(), aco_info_init(), aco_pending_config(), aco_process_ast_config(), aco_process_config(), apply_config(), and process_category().
const char* module |
The name of the module whose config is being processed
Definition at line 170 of file config_options.h.
Referenced by aco_info_init(), aco_process_config(), link_option_to_types(), and sorcery_object_type_alloc().
aco_post_apply_config post_apply_config |
A callback called after changes are applied
Definition at line 173 of file config_options.h.
Referenced by aco_process_config().
aco_pre_apply_config pre_apply_config |
A callback called after processing, but before changes are applied
Definition at line 172 of file config_options.h.
Referenced by aco_process_ast_config(), and aco_process_config().
aco_snapshot_alloc snapshot_alloc |
Allocate an object to hold all global configs and item containers
Definition at line 174 of file config_options.h.
Referenced by aco_process_ast_config(), and aco_process_config().