Configuration engine structure, used to define realtime drivers. More...
#include <config.h>

Data Fields | |
| realtime_destroy * | destroy_func |
| config_load_func * | load_func |
| char * | name |
| struct ast_config_engine * | next |
| realtime_var_get * | realtime_func |
| realtime_multi_get * | realtime_multi_func |
| realtime_require * | require_func |
| realtime_store * | store_func |
| realtime_unload * | unload_func |
| realtime_update * | update_func |
Configuration engine structure, used to define realtime drivers.
Definition at line 108 of file config.h.
Definition at line 115 of file config.h.
Referenced by ast_destroy_realtime().
Definition at line 110 of file config.h.
Referenced by ast_config_internal_load().
| char* name |
Definition at line 109 of file config.h.
Referenced by handle_cli_core_show_config_mappings().
struct ast_config_engine* next [read] |
Definition at line 118 of file config.h.
Referenced by ast_config_engine_deregister(), ast_config_engine_register(), find_engine(), and handle_cli_core_show_config_mappings().
Definition at line 111 of file config.h.
Referenced by ast_load_realtime_helper().
Definition at line 112 of file config.h.
Referenced by ast_load_realtime_multientry().
Definition at line 116 of file config.h.
Referenced by ast_realtime_require_field().
Definition at line 114 of file config.h.
Referenced by ast_store_realtime().
Definition at line 117 of file config.h.
Referenced by ast_unload_realtime().
Definition at line 113 of file config.h.
Referenced by ast_update_realtime().
1.6.1