aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 20:35:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 20:35:48 +0000
commitfce3f96f9ffad4d63a172240b6b20d89e3f6dac7 (patch)
tree3a86493a9893b18e1dab80bdf776ef3a858d2a4c /src/include/gnunet_os_lib.h
parent91d08e660237ff9a43476aabeb297daeaf9014ed (diff)
downloadgnunet-fce3f96f9ffad4d63a172240b6b20d89e3f6dac7.tar.gz
gnunet-fce3f96f9ffad4d63a172240b6b20d89e3f6dac7.zip
LRN: Don't wait for parent control handler to quit
CG: Note: this should not stand; temporary hack.
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 715061161..328f20c35 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -339,6 +339,13 @@ GNUNET_OS_install_parent_control_handler (void *cls,
339 const struct 339 const struct
340 GNUNET_SCHEDULER_TaskContext * tc); 340 GNUNET_SCHEDULER_TaskContext * tc);
341 341
342/**
343 * Called everty time the parent process sends a signal
344 */
345void
346parent_control_handler (void *cls,
347 const struct
348 GNUNET_SCHEDULER_TaskContext * tc);
342 349
343/** 350/**
344 * Check whether an executable exists and possibly 351 * Check whether an executable exists and possibly