|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_database_node_s:Data Fields | |
| const switch_database_interface_t * | ptr |
| const char * | interface_name |
| struct switch_database_node_s * | next |
Definition at line 52 of file switch_loadable_module.c.
| const char* switch_database_node_s::interface_name |
Definition at line 54 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_database_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
| struct switch_database_node_s* switch_database_node_s::next |
Definition at line 55 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_database_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
| const switch_database_interface_t* switch_database_node_s::ptr |
Definition at line 53 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_database_interface(), and switch_loadable_module_process().
1.8.13