Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | fd |
int | gid |
int | levels [NUMLOGLEVELS] |
int | mute |
int | option_verbose |
int | p [2] |
pthread_t | t |
int | uid |
Definition at line 319 of file asterisk.c.
int fd |
File descriptor
Definition at line 320 of file asterisk.c.
int gid |
int levels[NUMLOGLEVELS] |
Which log levels are enabled for the console
Definition at line 326 of file asterisk.c.
Referenced by ast_console_toggle_loglevel().
int mute |
Is the console muted for logs
Definition at line 323 of file asterisk.c.
Referenced by ast_console_toggle_mute().
int option_verbose |
Verbosity level of this console.
Definition at line 328 of file asterisk.c.
int p[2] |
Pipe
Definition at line 321 of file asterisk.c.
pthread_t t |
Thread of handler
Definition at line 322 of file asterisk.c.
int uid |