OpenVPN 3 Core Library
Loading...
Searching...
No Matches
runcontext.hpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include <thread>
#include <mutex>
#include <memory>
#include <type_traits>
#include <utility>
#include <openvpn/common/platform.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/signal.hpp>
#include <openvpn/common/stop.hpp>
#include <openvpn/common/environ.hpp>
#include <openvpn/common/number.hpp>
#include <openvpn/common/signal_name.hpp>
#include <openvpn/common/pthreadcond.hpp>
#include <openvpn/asio/asiosignal.hpp>
#include <openvpn/time/time.hpp>
#include <openvpn/time/asiotimer.hpp>
#include <openvpn/time/timestr.hpp>
#include <openvpn/common/logsetup.hpp>
Include dependency graph for runcontext.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openvpn::RunContextLogEntry
 
struct  openvpn::ServerThreadType< RC_TYPE >
 
struct  openvpn::RunContextBase
 
class  openvpn::RunContext< ServerThread, Stats >
 
class  openvpn::RunContext< ServerThread, Stats >::ThreadContext
 

Namespaces

namespace  openvpn
 

Typedefs

typedef ServerThreadType< RCWeak< thread_safe_refcount > > openvpn::ServerThreadWeakBase
 
typedef ServerThreadType< RC< thread_safe_refcount > > openvpn::ServerThreadBase