Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

manager_action Struct Reference

#include <manager.h>


Data Fields

char * action
char * synopsis
char * description
int authority
int(* func )(struct mansession *s, struct message *m)
manager_action * next


Field Documentation

char* action
 

Name of the action

Definition at line 81 of file manager.h.

Referenced by ast_manager_register2(), and ast_manager_unregister().

int authority
 

Permission required for action. EVENT_FLAG_*

Definition at line 87 of file manager.h.

Referenced by ast_manager_register2().

char* description
 

Detailed description of the action

Definition at line 85 of file manager.h.

Referenced by ast_manager_register2().

int(* func)(struct mansession *s, struct message *m)
 

Function to be called

Referenced by ast_manager_register2().

struct manager_action* next
 

For easy linking

Definition at line 91 of file manager.h.

Referenced by ast_manager_register2(), and ast_manager_unregister().

char* synopsis
 

Short description of the action

Definition at line 83 of file manager.h.

Referenced by ast_manager_register2().


The documentation for this struct was generated from the following file:
Generated on Thu Oct 28 11:33:08 2004 for Asterisk by doxygen1.2.15