OpenVPN
Data Fields
status_output Struct Reference

#include <status.h>

Collaboration diagram for status_output:
Collaboration graph
[legend]

Data Fields

unsigned int flags
 
char * filename
 
int fd
 
int msglevel
 
const struct virtual_outputvout
 
struct buffer read_buf
 
struct event_timeout et
 
bool errors
 

Detailed Description

Definition at line 48 of file status.h.

Field Documentation

◆ errors

bool status_output::errors

Definition at line 63 of file status.h.

Referenced by status_close(), status_open(), and status_printf().

◆ et

struct event_timeout status_output::et

Definition at line 61 of file status.h.

Referenced by process_coarse_timers(), status_open(), and status_trigger().

◆ fd

int status_output::fd

◆ filename

char* status_output::filename

Definition at line 54 of file status.h.

Referenced by status_close(), and status_open().

◆ flags

unsigned int status_output::flags

◆ msglevel

int status_output::msglevel

Definition at line 56 of file status.h.

Referenced by ifconfig_pool_msg(), status_open(), and status_printf().

◆ read_buf

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

◆ vout

const struct virtual_output* status_output::vout

Definition at line 57 of file status.h.

Referenced by status_open(), and status_printf().


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