#include <config.h>
Data Fields | |
config_load_func * | load_func |
char * | name |
struct ast_config_engine * | next |
realtime_var_get * | realtime_func |
realtime_multi_get * | realtime_multi_func |
realtime_update * | update_func |
Definition at line 53 of file config.h.
Definition at line 55 of file config.h.
Referenced by ast_config_internal_load().
char* name |
Definition at line 54 of file config.h.
Referenced by config_command().
struct ast_config_engine* next [read] |
Definition at line 59 of file config.h.
Referenced by ast_config_engine_deregister(), ast_config_engine_register(), config_command(), and find_engine().
Definition at line 56 of file config.h.
Referenced by ast_load_realtime().
Definition at line 57 of file config.h.
Referenced by ast_load_realtime_multientry().
Definition at line 58 of file config.h.
Referenced by ast_update_realtime().