Data Fields | |
int | fd |
int | mute |
int | p [2] |
pthread_t | t |
Definition at line 192 of file asterisk.c.
int fd |
File descriptor
Definition at line 193 of file asterisk.c.
Referenced by listener(), and netconsole().
int mute |
Is the console muted for logs
Definition at line 196 of file asterisk.c.
Referenced by ast_console_toggle_mute(), and listener().
int p[2] |
pthread_t t |
Thread of handler
Definition at line 195 of file asterisk.c.