Asterisk - The Open Source Telephony Project
18.5.0
|
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 316 of file asterisk.c.
int fd |
File descriptor
Definition at line 317 of file asterisk.c.
Referenced by ast_makesocket(), ast_network_puts(), ast_network_puts_mutable(), listener(), main(), netconsole(), and run_startup_commands().
int gid |
Remote group ID.
Definition at line 322 of file asterisk.c.
Referenced by ast_makesocket(), listener(), netconsole(), and read_credentials().
int levels[NUMLOGLEVELS] |
Which log levels are enabled for the console
Definition at line 323 of file asterisk.c.
Referenced by ast_console_toggle_loglevel(), and ast_network_puts_mutable().
int mute |
Is the console muted for logs
Definition at line 320 of file asterisk.c.
Referenced by ast_console_toggle_mute(), ast_network_puts_mutable(), and listener().
int option_verbose |
Verbosity level of this console.
Definition at line 325 of file asterisk.c.
Referenced by ast_network_puts_mutable(), console_print(), handle_show_settings(), listener(), main(), netconsole(), print_intro_message(), and send_rasterisk_connect_commands().
int p[2] |
Pipe
Definition at line 318 of file asterisk.c.
Referenced by ast_add_profile(), ast_makesocket(), ast_network_puts(), ast_network_puts_mutable(), listener(), and netconsole().
pthread_t t |
Thread of handler
Definition at line 319 of file asterisk.c.
Referenced by cli_prompt(), and listener().
int uid |
Remote user ID.
Definition at line 321 of file asterisk.c.
Referenced by ast_makesocket(), listener(), netconsole(), and read_credentials().