FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
const switch_file_interface_t * | ptr |
const char * | interface_name |
struct switch_file_node_s * | next |
Definition at line 44 of file switch_loadable_module.c.
const char* switch_file_node_s::interface_name |
Definition at line 46 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_file_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
struct switch_file_node_s* switch_file_node_s::next |
Definition at line 47 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_file_interface(), switch_loadable_module_process(), and switch_loadable_module_unprocess().
const switch_file_interface_t* switch_file_node_s::ptr |
Definition at line 45 of file switch_loadable_module.c.
Referenced by switch_loadable_module_get_file_interface(), and switch_loadable_module_process().