OpenVPN
Data Fields
event_arg Struct Reference

#include <event.h>

Collaboration diagram for event_arg:
Collaboration graph
[legend]

Data Fields

event_arg_t type
 
union { 
 
   struct multi_instance *   mi 
 
   struct link_socket *   sock 
 
u 
 

Detailed Description

Definition at line 141 of file event.h.

Field Documentation

◆ mi

struct multi_instance* event_arg::mi

Definition at line 145 of file event.h.

Referenced by multi_create_instance(), and multi_io_process_io().

◆ sock

struct link_socket* event_arg::sock

Definition at line 146 of file event.h.

Referenced by link_socket_new(), multi_io_process_io(), and process_io().

◆ type

event_arg_t event_arg::type

◆ [union]

union { ... } event_arg::u

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