Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


console Struct Reference

Data Fields

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

Field Documentation

int fd

File descriptor

Definition at line 197 of file asterisk.c.

Referenced by netconsole(), and listener().

int gid

Remote group ID.

Definition at line 202 of file asterisk.c.

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

int levels[NUMLOGLEVELS]

Which log levels are enabled for the console

Definition at line 203 of file asterisk.c.

Referenced by ast_console_toggle_loglevel().

int mute

Is the console muted for logs

Definition at line 200 of file asterisk.c.

Referenced by ast_console_toggle_mute(), and listener().

int p[2]

Pipe

Definition at line 198 of file asterisk.c.

Referenced by netconsole().

pthread_t t

Thread of handler

Definition at line 199 of file asterisk.c.

int uid

Remote user ID.

Definition at line 201 of file asterisk.c.

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


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