|
OpenVPN 3 Core Library
|
#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 |
Definition at line 35 of file winsvc.hpp.
| bool openvpn::Win::Service::Config::autostart = false |
Definition at line 40 of file winsvc.hpp.
| std::vector<std::string> openvpn::Win::Service::Config::dependencies |
Definition at line 39 of file winsvc.hpp.
| std::string openvpn::Win::Service::Config::display_name |
Definition at line 38 of file winsvc.hpp.
| std::string openvpn::Win::Service::Config::name |
Definition at line 37 of file winsvc.hpp.
| bool openvpn::Win::Service::Config::restart_on_fail = false |
Definition at line 41 of file winsvc.hpp.