#include <config_options.h>

Data Fields | |
| struct aco_file * | files [] |
| struct ao2_global_obj * | global_obj |
| 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 154 of file config_options.h.
An array of aco_files to process
Definition at line 161 of file config_options.h.
Referenced by aco_info_destroy(), aco_info_init(), and aco_process_config().
| struct ao2_global_obj* global_obj |
The global object array that holds the user-defined config object
Definition at line 159 of file config_options.h.
Referenced by apply_config().
| struct aco_info_internal* internal |
Definition at line 160 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 155 of file config_options.h.
Referenced by aco_process_config().
A callback called after changes are applied
Definition at line 157 of file config_options.h.
Referenced by aco_process_config().
A callback called after processing, but before changes are applied
Definition at line 156 of file config_options.h.
Referenced by aco_process_ast_config(), and aco_process_config().
Allocate an object to hold all global configs and item containers
Definition at line 158 of file config_options.h.
Referenced by aco_process_ast_config(), and aco_process_config().