aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-12-27 09:53:48 +0000
committerNils Durner <durner@gnunet.org>2010-12-27 09:53:48 +0000
commit22e893cbfab6d19abb860a13778850e9df4e82d7 (patch)
tree188d8ff64c6504b73b60606414d3c55ec992feca /src/include/gnunet_os_lib.h
parentee21c6d2cf75966df5876476d50179d9c1b2f0ad (diff)
downloadgnunet-22e893cbfab6d19abb860a13778850e9df4e82d7.tar.gz
gnunet-22e893cbfab6d19abb860a13778850e9df4e82d7.zip
shutdown via control pipe (#0001616)
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 5326e20cf..7bd65adcb 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -274,6 +274,14 @@ int GNUNET_OS_process_status (struct GNUNET_OS_Process *proc,
274int GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc); 274int GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc);
275 275
276 276
277/**
278 * Connects this process to its parent via pipe
279 */
280void
281GNUNET_OS_install_parent_control_handler (void *cls,
282 const struct
283 GNUNET_SCHEDULER_TaskContext * tc);
284
277#if 0 /* keep Emacsens' auto-indent happy */ 285#if 0 /* keep Emacsens' auto-indent happy */
278{ 286{
279#endif 287#endif