|
OpenVPN 3 Core Library
|
#include <runcontext.hpp>
Public Member Functions | |
| RunContextLogEntry (const time_t timestamp_arg, const std::string &text_arg) | |
Public Attributes | |
| time_t | timestamp |
| std::string | text |
Definition at line 54 of file runcontext.hpp.
|
inline |
Definition at line 56 of file runcontext.hpp.
| std::string openvpn::RunContextLogEntry::text |
Definition at line 63 of file runcontext.hpp.
| time_t openvpn::RunContextLogEntry::timestamp |
Definition at line 62 of file runcontext.hpp.