Data Fields | |
char * | deny |
unsigned int | displayconnects:1 |
int | keep |
char * | permit |
char * | read |
char * | secret |
char | username [80] |
char * | write |
Definition at line 251 of file manager.c.
char* deny |
Definition at line 254 of file manager.c.
Referenced by handle_showmanager(), and init_manager().
unsigned int displayconnects |
Definition at line 258 of file manager.c.
Referenced by handle_showmanager(), and init_manager().
int keep |
Definition at line 259 of file manager.c.
Referenced by init_manager().
char* permit |
Definition at line 255 of file manager.c.
Referenced by handle_showmanager(), and init_manager().
char* read |
Definition at line 256 of file manager.c.
Referenced by handle_showmanager(), and init_manager().
char* secret |
Definition at line 253 of file manager.c.
Referenced by handle_showmanager(), and init_manager().
char username[80] |
Definition at line 252 of file manager.c.
Referenced by ast_get_manager_by_name_locked(), handle_showmanager(), handle_showmanagers(), and init_manager().
char* write |
Definition at line 257 of file manager.c.
Referenced by handle_showmanager(), and init_manager().