diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-23 14:08:27 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-23 14:08:27 +0000 |
commit | 4f404ad36df1874d2580abc33e5c300222ec44b0 (patch) | |
tree | beb2bd6edbfbfe3e0bd3c0310cf297aa74a299ba /manage.h | |
parent | pkcs11 fixes. (diff) | |
download | openvpn-4f404ad36df1874d2580abc33e5c300222ec44b0.tar.xz |
Added --management-client option to connect as a client to
management GUI app rather than be connected to as a server.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@884 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'manage.h')
-rw-r--r-- | manage.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -200,6 +200,7 @@ struct man_settings { int state_buffer_size; bool server; bool hold; + bool connect_as_client; }; /* up_query modes */ @@ -265,7 +266,8 @@ bool management_open (struct management *man, const int log_history_cache, const int echo_buffer_size, const int state_buffer_size, - const bool hold); + const bool hold, + const bool connect_as_client); void management_close (struct management *man); |