|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 323 of file asterisk.c.
| int fd |
File descriptor
Definition at line 324 of file asterisk.c.
Referenced by ast_makesocket(), listener(), and netconsole().
| int gid |
Remote group ID.
Definition at line 329 of file asterisk.c.
Referenced by listener(), netconsole(), and read_credentials().
| int levels[NUMLOGLEVELS] |
Which log levels are enabled for the console
Definition at line 330 of file asterisk.c.
Referenced by ast_console_toggle_loglevel().
| int mute |
Is the console muted for logs
Definition at line 327 of file asterisk.c.
Referenced by ast_console_toggle_mute(), and listener().
| int option_verbose |
Verbosity level of this console.
Definition at line 332 of file asterisk.c.
Referenced by listener(), and netconsole().
| int p[2] |
| pthread_t t |
Thread of handler
Definition at line 326 of file asterisk.c.
| int uid |
Remote user ID.
Definition at line 328 of file asterisk.c.
Referenced by listener(), netconsole(), and read_credentials().