#include <switch_module_interfaces.h>
Collaboration diagram for switch_management_interface:
Data Fields | |
| const char * | relative_oid |
| switch_status_t(* | management_function )(char *relative_oid, switch_management_action_t action, char *data, switch_size_t datalen) |
| switch_thread_rwlock_t * | rwlock |
| int | refs |
| switch_mutex_t * | reflock |
| switch_loadable_module_interface_t * | parent |
| switch_management_interface * | next |
Definition at line 496 of file switch_module_interfaces.h.
| switch_status_t(* switch_management_interface::management_function)(char *relative_oid, switch_management_action_t action, char *data, switch_size_t datalen) |
function to open the directory interface
Referenced by switch_core_management_exec().
Definition at line 505 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 504 of file switch_module_interfaces.h.
Definition at line 503 of file switch_module_interfaces.h.
Definition at line 502 of file switch_module_interfaces.h.
| const char* switch_management_interface::relative_oid |
the name of the interface
Definition at line 498 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 501 of file switch_module_interfaces.h.
1.4.7