From 8d33c060282fedc26d46e02aeee98fb751330adb Mon Sep 17 00:00:00 2001 From: james Date: Fri, 3 Feb 2006 09:04:52 +0000 Subject: Added feature to --management-client to confirm connection by writing IP addr and port to a file. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@885 e7ae566f-a301-0410-adde-c780ea21d3b5 --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index ca04cab..9f8f08a 100644 --- a/options.h +++ b/options.h @@ -280,6 +280,7 @@ struct options bool management_query_passwords; bool management_hold; bool management_client; + const char *management_write_peer_info_file; #endif #ifdef ENABLE_PLUGIN -- cgit v1.2.3