aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-16 18:58:55 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-16 18:58:55 +0000
commit717bd5e03fbc05b7bb1f621033eabb785750d03f (patch)
treecbc6b337381d93d3ef6d23ae98632e553fa35f14 /src/vpn
parent5b0b4975c8c863e5948cfadafcfeb166655e4561 (diff)
downloadgnunet-717bd5e03fbc05b7bb1f621033eabb785750d03f.tar.gz
gnunet-717bd5e03fbc05b7bb1f621033eabb785750d03f.zip
extended HELPER api to notify when child crashes
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-service-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 219949bd3..0b9a4dcb2 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -3183,7 +3183,7 @@ run (void *cls,
3183 mesh_handlers, 3183 mesh_handlers,
3184 types); 3184 types);
3185 helper_handle = GNUNET_HELPER_start ("gnunet-helper-vpn", vpn_argv, 3185 helper_handle = GNUNET_HELPER_start ("gnunet-helper-vpn", vpn_argv,
3186 &message_token, NULL); 3186 &message_token, NULL, NULL);
3187 nc = GNUNET_SERVER_notification_context_create (server, 1); 3187 nc = GNUNET_SERVER_notification_context_create (server, 1);
3188 GNUNET_SERVER_add_handlers (server, service_handlers); 3188 GNUNET_SERVER_add_handlers (server, service_handlers);
3189 GNUNET_SERVER_disconnect_notify (server, &client_disconnect, NULL); 3189 GNUNET_SERVER_disconnect_notify (server, &client_disconnect, NULL);