OpenVPN
|
#include <event.h>
Data Fields | ||
event_arg_t | type | |
union { | ||
struct multi_instance * mi | ||
struct link_socket * sock | ||
} | u | |
struct multi_instance* event_arg::mi |
Definition at line 145 of file event.h.
Referenced by multi_create_instance(), and multi_io_process_io().
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().
event_arg_t event_arg::type |
Definition at line 143 of file event.h.
Referenced by io_wait_dowork(), link_socket_new(), multi_create_instance(), and multi_io_process_io().
union { ... } event_arg::u |
Referenced by link_socket_new(), multi_create_instance(), and multi_io_process_io().