FreeSWITCH API Documentation  1.7.0
Data Fields
switch_loadable_module Struct Reference
+ Collaboration diagram for switch_loadable_module:

Data Fields

char * key
 
char * filename
 
int perm
 
switch_loadable_module_interface_tmodule_interface
 
switch_dso_lib_t lib
 
switch_module_load_t switch_module_load
 
switch_module_runtime_t switch_module_runtime
 
switch_module_shutdown_t switch_module_shutdown
 
switch_memory_pool_tpool
 
switch_status_t status
 
switch_thread_tthread
 
switch_bool_t shutting_down
 

Detailed Description

Definition at line 57 of file switch_loadable_module.c.

Field Documentation

char* switch_loadable_module::filename
char* switch_loadable_module::key
switch_dso_lib_t switch_loadable_module::lib

Definition at line 62 of file switch_loadable_module.c.

Referenced by do_shutdown(), and switch_loadable_module_load_file().

switch_loadable_module_interface_t* switch_loadable_module::module_interface
int switch_loadable_module::perm
switch_memory_pool_t* switch_loadable_module::pool
switch_bool_t switch_loadable_module::shutting_down

Definition at line 69 of file switch_loadable_module.c.

Referenced by do_shutdown(), and switch_loadable_module_exec().

switch_status_t switch_loadable_module::status

Definition at line 67 of file switch_loadable_module.c.

Referenced by do_shutdown().

switch_module_load_t switch_loadable_module::switch_module_load
switch_module_runtime_t switch_loadable_module::switch_module_runtime
switch_module_shutdown_t switch_loadable_module::switch_module_shutdown
switch_thread_t* switch_loadable_module::thread

The documentation for this struct was generated from the following file: