OpenVPN
|
#include <status.h>
Data Fields | |
unsigned int | flags |
char * | filename |
int | fd |
int | msglevel |
const struct virtual_output * | vout |
struct buffer | read_buf |
struct event_timeout | et |
bool | errors |
bool status_output::errors |
Definition at line 63 of file status.h.
Referenced by status_close(), status_open(), and status_printf().
struct event_timeout status_output::et |
Definition at line 61 of file status.h.
Referenced by process_coarse_timers(), status_open(), and status_trigger().
int status_output::fd |
Definition at line 55 of file status.h.
Referenced by status_close(), status_flush(), status_open(), status_printf(), status_read(), and status_reset().
char* status_output::filename |
Definition at line 54 of file status.h.
Referenced by status_close(), and status_open().
unsigned int status_output::flags |
Definition at line 52 of file status.h.
Referenced by init_verb_mute(), status_flush(), status_open(), status_printf(), status_read(), and status_rw_flags().
int status_output::msglevel |
Definition at line 56 of file status.h.
Referenced by ifconfig_pool_msg(), status_open(), and status_printf().
struct buffer status_output::read_buf |
Definition at line 59 of file status.h.
Referenced by status_close(), status_flush(), status_open(), and status_read().
const struct virtual_output* status_output::vout |
Definition at line 57 of file status.h.
Referenced by status_open(), and status_printf().