diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-09-27 22:37:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-09-27 22:37:17 +0200 |
commit | 4d9f6e5358b97ab104bc6c26b862ab290161568f (patch) | |
tree | b0fb4648aa6c6a17325c73ecc9413a8811a3ccae /openvpn/src/openvpn/options.h | |
parent | 9ecc730cebfeff8b5fae9d4fd1db7cf1f32da2b0 (diff) |
Implement parse-output in OpenVPN
--HG--
extra : rebase_source : 5b85b83ec885ba2af6e00092af6f62ef1c0520c0
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 86760bbf..99877da7 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -304,6 +304,7 @@ struct options bool log; bool suppress_timestamps; + bool parsable_output; int nice; int verbosity; int mute; |