OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::RunContextLogEntry Struct Reference

#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
 

Detailed Description

Definition at line 54 of file runcontext.hpp.

Constructor & Destructor Documentation

◆ RunContextLogEntry()

openvpn::RunContextLogEntry::RunContextLogEntry ( const time_t  timestamp_arg,
const std::string &  text_arg 
)
inline

Definition at line 56 of file runcontext.hpp.

Member Data Documentation

◆ text

std::string openvpn::RunContextLogEntry::text

Definition at line 63 of file runcontext.hpp.

◆ timestamp

time_t openvpn::RunContextLogEntry::timestamp

Definition at line 62 of file runcontext.hpp.


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