Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
console Struct Reference

Data Fields

int fd
 
int gid
 
int levels [NUMLOGLEVELS]
 
int mute
 
int option_verbose
 
int p [2]
 
pthread_t t
 
int uid
 

Detailed Description

Definition at line 316 of file asterisk.c.

Field Documentation

◆ fd

int fd

◆ gid

int gid

Remote group ID.

Definition at line 322 of file asterisk.c.

Referenced by ast_makesocket(), listener(), netconsole(), and read_credentials().

◆ levels

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().

◆ mute

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().

◆ option_verbose

int option_verbose

◆ p

int p[2]

◆ t

pthread_t t

Thread of handler

Definition at line 319 of file asterisk.c.

Referenced by cli_prompt(), and listener().

◆ uid

int uid

Remote user ID.

Definition at line 321 of file asterisk.c.

Referenced by ast_makesocket(), listener(), netconsole(), and read_credentials().


The documentation for this struct was generated from the following file: