RTS API Documentation  1.10.11
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
 
switch_loadable_module_type_t type
 

Detailed Description

Definition at line 65 of file switch_loadable_module.c.

Field Documentation

◆ filename

char* switch_loadable_module::filename

◆ key

char* switch_loadable_module::key

◆ lib

switch_dso_lib_t switch_loadable_module::lib

Definition at line 70 of file switch_loadable_module.c.

Referenced by do_shutdown(), and switch_loadable_module_load_file().

◆ module_interface

switch_loadable_module_interface_t* switch_loadable_module::module_interface

◆ perm

int switch_loadable_module::perm

◆ pool

switch_memory_pool_t* switch_loadable_module::pool

◆ shutting_down

switch_bool_t switch_loadable_module::shutting_down

Definition at line 77 of file switch_loadable_module.c.

Referenced by do_shutdown(), and switch_loadable_module_exec().

◆ status

switch_status_t switch_loadable_module::status

Definition at line 75 of file switch_loadable_module.c.

Referenced by do_shutdown().

◆ switch_module_load

switch_module_load_t switch_loadable_module::switch_module_load

◆ switch_module_runtime

switch_module_runtime_t switch_loadable_module::switch_module_runtime

◆ switch_module_shutdown

switch_module_shutdown_t switch_loadable_module::switch_module_shutdown

◆ thread

switch_thread_t* switch_loadable_module::thread

◆ type

switch_loadable_module_type_t switch_loadable_module::type

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