diff options
| author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-03 18:47:53 +0200 |
|---|---|---|
| committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-03 18:47:53 +0200 |
| commit | 70b71e008cc968ee53d6b8af9f7a006f13c27e2a (patch) | |
| tree | bb9c15285fe1f4751fd26bbdd4981ff7819403be /src/openvpn/options.h | |
| parent | fcc893c0d8d245525cfb023b6e2a8aae086304cf (diff) | |
Imported Upstream version 2.3.2upstream/2.3.2
Diffstat (limited to 'src/openvpn/options.h')
| -rw-r--r-- | src/openvpn/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvpn/options.h b/src/openvpn/options.h index d2ad94c..f80532c 100644 --- a/src/openvpn/options.h +++ b/src/openvpn/options.h @@ -285,6 +285,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; |
