aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-16 18:58:55 +0000
committerharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-16 18:58:55 +0000
commitf9c6b17bebd821fd287c833066baba791c790088 (patch)
treecbc6b337381d93d3ef6d23ae98632e553fa35f14 /src/exit
parent154bc0842308747eaa73c8cc8b97344374162901 (diff)
extended HELPER api to notify when child crashes
git-svn-id: https://gnunet.org/svn/gnunet@22707 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index e9e961fd5b..2614ba9086 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3213,7 +3213,8 @@ run (void *cls, char *const *args GNUNET_UNUSED,
}
helper_handle = GNUNET_HELPER_start ("gnunet-helper-exit",
exit_argv,
- &message_token, NULL);
+ &message_token,
+ NULL, NULL);
}