OpenVPN 3 Core Library
|
Public Member Functions | |
ThreadCommon (const char *unix_sock, const char *user, const char *group) | |
void | show_unused_options () const |
Static Public Member Functions | |
static Listen::List | build_listen_list (const char *unix_sock) |
Public Attributes | |
const Listen::List | listen_list |
const SetUserGroup | user_group |
MySessionStats::Ptr | stats |
PThreadBarrier | event_loop_bar |
Definition at line 88 of file ovpnagent.cpp.
|
inline |
Definition at line 90 of file ovpnagent.cpp.
|
inlinestatic |
Definition at line 98 of file ovpnagent.cpp.
|
inline |
Definition at line 113 of file ovpnagent.cpp.
PThreadBarrier ThreadCommon::event_loop_bar |
Definition at line 120 of file ovpnagent.cpp.
const Listen::List ThreadCommon::listen_list |
Definition at line 117 of file ovpnagent.cpp.
MySessionStats::Ptr ThreadCommon::stats |
Definition at line 119 of file ovpnagent.cpp.
const SetUserGroup ThreadCommon::user_group |
Definition at line 118 of file ovpnagent.cpp.