diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-12-26 16:29:28 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-12-26 16:29:28 +0000 |
commit | 60d9e1375aedfa585e997f88b675157581ab736c (patch) | |
tree | 0568e5e431e16ef057c7fa4d9322fec9b4050ad0 /manage.h | |
parent | Fixed issue where SIGUSR1 restarts would fail if private (diff) | |
download | openvpn-60d9e1375aedfa585e997f88b675157581ab736c.tar.xz |
Added daemon_start_time and daemon_pid environmental variables.
In management interface, added new ">CLIENT:ESTABLISHED" notification.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3763 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | manage.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -355,7 +355,8 @@ void management_notify_client_needing_auth (struct management *management, const struct env_set *es); void management_connection_established (struct management *management, - struct man_def_auth_context *mdac); + struct man_def_auth_context *mdac, + const struct env_set *es); void management_notify_client_close (struct management *management, struct man_def_auth_context *mdac, |