| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Configuration engine structure, used to define realtime drivers. More...
#include <config.h>

Configuration engine structure, used to define realtime drivers.
Definition at line 136 of file include/asterisk/config.h.
| realtime_destroy* destroy_func | 
Definition at line 144 of file include/asterisk/config.h.
Referenced by ast_destroy_realtime_fields().
| config_load_func * load_func | 
Definition at line 138 of file include/asterisk/config.h.
Referenced by ast_config_internal_load(), and ast_config_internal_load().
| char * name | 
Definition at line 137 of file include/asterisk/config.h.
Referenced by PathSegment::get_child(), handle_cli_core_show_config_mappings(), and SwaggerType::load().
| struct ast_config_engine * next | 
Definition at line 147 of file include/asterisk/config.h.
Referenced by ast_config_engine_deregister(), ast_config_engine_register(), find_engine(), find_engine(), and handle_cli_core_show_config_mappings().
| realtime_var_get * realtime_func | 
Definition at line 139 of file include/asterisk/config.h.
Referenced by ast_load_realtime_all_fields().
| realtime_multi_get * realtime_multi_func | 
Definition at line 140 of file include/asterisk/config.h.
Referenced by ast_load_realtime_multientry_fields().
| realtime_require* require_func | 
Definition at line 145 of file include/asterisk/config.h.
Referenced by ast_realtime_require_field().
| realtime_store* store_func | 
Definition at line 143 of file include/asterisk/config.h.
Referenced by ast_store_realtime_fields().
| realtime_unload* unload_func | 
Definition at line 146 of file include/asterisk/config.h.
Referenced by ast_unload_realtime().
| realtime_update2* update2_func | 
Definition at line 142 of file include/asterisk/config.h.
Referenced by ast_update2_realtime_fields().
| realtime_update * update_func | 
Definition at line 141 of file include/asterisk/config.h.
Referenced by ast_update_realtime_fields().