FreeSWITCH API Documentation  1.7.0
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_interface
next
 

Detailed Description

Abstract interface to a management module.

Definition at line 563 of file switch_module_interfaces.h.

Field Documentation

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 567 of file switch_module_interfaces.h.

Referenced by switch_core_management_exec().

struct switch_management_interface* switch_management_interface::next
switch_loadable_module_interface_t* switch_management_interface::parent

Definition at line 571 of file switch_module_interfaces.h.

switch_mutex_t* switch_management_interface::reflock

Definition at line 570 of file switch_module_interfaces.h.

int switch_management_interface::refs

Definition at line 569 of file switch_module_interfaces.h.

const char* switch_management_interface::relative_oid

the name of the interface

Definition at line 565 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

switch_thread_rwlock_t* switch_management_interface::rwlock

Definition at line 568 of file switch_module_interfaces.h.


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