RTS API Documentation  1.10.11
Data Fields
switch_loadable_module_function_table Struct Reference

#include <switch_types.h>

+ Collaboration diagram for switch_loadable_module_function_table:

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
 

Detailed Description

Definition at line 2625 of file switch_types.h.

Field Documentation

◆ flags

switch_module_flag_t switch_loadable_module_function_table::flags

Definition at line 2630 of file switch_types.h.

◆ load

switch_module_load_t switch_loadable_module_function_table::load

Definition at line 2627 of file switch_types.h.

Referenced by switch_loadable_module_load_file().

◆ runtime

switch_module_runtime_t switch_loadable_module_function_table::runtime

Definition at line 2629 of file switch_types.h.

Referenced by switch_loadable_module_load_file().

◆ shutdown

switch_module_shutdown_t switch_loadable_module_function_table::shutdown

Definition at line 2628 of file switch_types.h.

Referenced by switch_loadable_module_load_file().

◆ switch_api_version

int switch_loadable_module_function_table::switch_api_version

Definition at line 2626 of file switch_types.h.

Referenced by switch_loadable_module_load_file().


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