#include <manager.h>

Data Fields | |
| const char * | action |
| int | authority |
| const char * | description |
| int(* | func )(struct mansession *s, const struct message *m) |
| struct manager_action * | next |
| const char * | synopsis |
Definition at line 70 of file manager.h.
| const char* action |
Name of the action
Definition at line 72 of file manager.h.
Referenced by action_listcommands(), ast_manager_register2(), ast_manager_register_struct(), ast_manager_unregister(), complete_show_mancmd(), handle_showmancmd(), handle_showmancmds(), and process_message().
| int authority |
Permission required for action. EVENT_FLAG_*
Definition at line 78 of file manager.h.
Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), handle_showmancmds(), and process_message().
| const char* description |
Detailed description of the action
Definition at line 76 of file manager.h.
Referenced by ast_manager_register2(), and handle_showmancmd().
| int(* func)(struct mansession *s, const struct message *m) |
Function to be called
Referenced by ast_manager_register2(), and process_message().
struct manager_action* next [read] |
For easy linking
Definition at line 82 of file manager.h.
Referenced by action_listcommands(), ast_manager_register2(), ast_manager_register_struct(), ast_manager_unregister(), complete_show_mancmd(), handle_showmancmd(), handle_showmancmds(), and process_message().
| const char* synopsis |
Short description of the action
Definition at line 74 of file manager.h.
Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), and handle_showmancmds().
1.5.5