FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
int | switch_api_version |
switch_module_load_t | load |
switch_module_shutdown_t | shutdown |
switch_module_runtime_t | runtime |
switch_module_flag_t | flags |
Definition at line 2446 of file switch_types.h.
switch_module_flag_t switch_loadable_module_function_table::flags |
Definition at line 2451 of file switch_types.h.
switch_module_load_t switch_loadable_module_function_table::load |
Definition at line 2448 of file switch_types.h.
Referenced by switch_loadable_module_load_file().
switch_module_runtime_t switch_loadable_module_function_table::runtime |
Definition at line 2450 of file switch_types.h.
Referenced by switch_loadable_module_load_file().
switch_module_shutdown_t switch_loadable_module_function_table::shutdown |
Definition at line 2449 of file switch_types.h.
Referenced by switch_loadable_module_load_file().
int switch_loadable_module_function_table::switch_api_version |
Definition at line 2447 of file switch_types.h.
Referenced by switch_loadable_module_load_file().