OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Win::Service::Config Struct Reference

#include <winsvc.hpp>

Public Attributes

std::string name
 
std::string display_name
 
std::vector< std::string > dependencies
 
bool autostart = false
 
bool restart_on_fail = false
 

Detailed Description

Definition at line 35 of file winsvc.hpp.

Member Data Documentation

◆ autostart

bool openvpn::Win::Service::Config::autostart = false

Definition at line 40 of file winsvc.hpp.

◆ dependencies

std::vector<std::string> openvpn::Win::Service::Config::dependencies

Definition at line 39 of file winsvc.hpp.

◆ display_name

std::string openvpn::Win::Service::Config::display_name

Definition at line 38 of file winsvc.hpp.

◆ name

std::string openvpn::Win::Service::Config::name

Definition at line 37 of file winsvc.hpp.

◆ restart_on_fail

bool openvpn::Win::Service::Config::restart_on_fail = false

Definition at line 41 of file winsvc.hpp.


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