switch_management_interface Struct Reference

Abstract interface to a management module. More...

#include <switch_module_interfaces.h>

Collaboration diagram for switch_management_interface:

[legend]

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
switch_management_interfacenext

Detailed Description

Abstract interface to a management module.

Definition at line 496 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

Referenced by switch_core_management_exec().

struct switch_management_interface* switch_management_interface::next

Definition at line 505 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

switch_loadable_module_interface_t* switch_management_interface::parent

Definition at line 504 of file switch_module_interfaces.h.

switch_mutex_t* switch_management_interface::reflock

Definition at line 503 of file switch_module_interfaces.h.

int switch_management_interface::refs

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().

switch_thread_rwlock_t* switch_management_interface::rwlock

Definition at line 501 of file switch_module_interfaces.h.


The documentation for this struct was generated from the following file:
Generated on Wed May 16 04:00:32 2012 for FreeSWITCH API Documentation by  doxygen 1.4.7