diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-10-22 19:12:54 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-10-22 19:12:54 +0000 |
commit | 1184b82454776eb075d01c308870697a1668612d (patch) | |
tree | bf1a83537d477cee76d5c27e997f2372a8503056 /options.h | |
parent | Add "forget-passwords" command to the management interface (Alon Bar-Lev). (diff) | |
download | openvpn-1184b82454776eb075d01c308870697a1668612d.tar.xz |
Added --management-signal option to signal SIGUSR1 when the management
interface disconnects (Alon Bar-Lev).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2413 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -283,6 +283,7 @@ struct options int management_state_buffer_size; bool management_query_passwords; bool management_hold; + bool management_signal; bool management_client; const char *management_write_peer_info_file; #endif |