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