diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-31 16:55:52 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-31 16:55:52 +0200 |
commit | 59645fe5e45de8cf87924a9ad83df4e283765043 (patch) | |
tree | 9a5117698e60455e7c917b851ac5ff26ed273442 /openvpn/src/openvpn/options.h | |
parent | d1f3e24621dcd5404fd9af7d9214c5ff2a07d438 (diff) |
Update OpenVPN to current -master
--HG--
extra : rebase_source : 7d9f6d9e6ac62a8843f925e33c48a671ff153f91
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index 56359357..cc92da32 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -289,6 +289,7 @@ struct options const char *writepid; const char *up_script; const char *down_script; + bool user_script_used; bool down_pre; bool up_delay; bool up_restart; |