RTS API Documentation  1.10.11
Data Fields
switch_management_interface Struct Reference

Abstract interface to a management module. More...

#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_trwlock
 
int refs
 
switch_mutex_treflock
 
switch_loadable_module_interface_tparent
 
struct switch_management_interfacenext
 

Detailed Description

Abstract interface to a management module.

Definition at line 549 of file switch_module_interfaces.h.

Field Documentation

◆ management_function

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

Definition at line 553 of file switch_module_interfaces.h.

Referenced by switch_core_management_exec().

◆ next

struct switch_management_interface* switch_management_interface::next

◆ parent

switch_loadable_module_interface_t* switch_management_interface::parent

Definition at line 557 of file switch_module_interfaces.h.

◆ reflock

switch_mutex_t* switch_management_interface::reflock

Definition at line 556 of file switch_module_interfaces.h.

◆ refs

int switch_management_interface::refs

Definition at line 555 of file switch_module_interfaces.h.

◆ relative_oid

const char* switch_management_interface::relative_oid

the name of the interface

Definition at line 551 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

◆ rwlock

switch_thread_rwlock_t* switch_management_interface::rwlock

Definition at line 554 of file switch_module_interfaces.h.


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