diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-16 18:58:55 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-16 18:58:55 +0000 |
commit | f9c6b17bebd821fd287c833066baba791c790088 (patch) | |
tree | cbc6b337381d93d3ef6d23ae98632e553fa35f14 /src/exit | |
parent | 154bc0842308747eaa73c8cc8b97344374162901 (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.c | 3 |
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); } |