Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


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 217 of file asterisk.c.


Field Documentation

int fd

File descriptor

Definition at line 218 of file asterisk.c.

Referenced by listener(), and netconsole().

int gid

Remote group ID.

Definition at line 223 of file asterisk.c.

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

Which log levels are enabled for the console

Definition at line 224 of file asterisk.c.

Referenced by ast_console_toggle_loglevel().

int mute

Is the console muted for logs

Definition at line 221 of file asterisk.c.

Referenced by ast_console_toggle_mute(), and listener().

Verbosity level of this console.

Definition at line 226 of file asterisk.c.

Referenced by listener(), and netconsole().

int p[2]

Pipe

Definition at line 219 of file asterisk.c.

Referenced by netconsole().

pthread_t t

Thread of handler

Definition at line 220 of file asterisk.c.

int uid

Remote user ID.

Definition at line 222 of file asterisk.c.

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


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