OpenVPN 3 Core Library
Loading...
Searching...
No Matches
ovpnagent.cpp File Reference
Include dependency graph for ovpnagent.cpp:

Go to the source code of this file.

Classes

struct  MyConfig
 
class  MySessionStats
 
class  MyListener
 
class  MyClientInstance
 
class  MyClientFactory
 
class  MyService
 

Macros

#define HTTP_SERVER_VERSION   "0.1.0"
 
#define OVPNAGENT_NAME_STRING   "ovpnagent"
 

Functions

void log_version ()
 
 OPENVPN_SIMPLE_EXCEPTION (usage)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ HTTP_SERVER_VERSION

#define HTTP_SERVER_VERSION   "0.1.0"

Definition at line 27 of file ovpnagent.cpp.

◆ OVPNAGENT_NAME_STRING

#define OVPNAGENT_NAME_STRING   "ovpnagent"

Definition at line 35 of file ovpnagent.cpp.

Function Documentation

◆ log_version()

void log_version ( )

Definition at line 63 of file ovpnagent.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 994 of file ovpnagent.cpp.

◆ OPENVPN_SIMPLE_EXCEPTION()

OPENVPN_SIMPLE_EXCEPTION ( usage  )