Main Page | Alphabetical List | Data Structures | Directories | 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_actionnext


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 Sat Nov 25 19:10:28 2006 for Asterisk by  doxygen 1.4.2