aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 3bd7ccec7..2ddbb8c60 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -915,6 +915,7 @@ driver_add_multiple (struct GNUNET_SCHEDULER_Task *t)
915static void 915static void
916install_parent_control_handler (void *cls) 916install_parent_control_handler (void *cls)
917{ 917{
918 (void) cls;
918 install_parent_control_task = NULL; 919 install_parent_control_task = NULL;
919 GNUNET_OS_install_parent_control_handler (NULL); 920 GNUNET_OS_install_parent_control_handler (NULL);
920} 921}
@@ -926,6 +927,7 @@ shutdown_pipe_cb (void *cls)
926 char c; 927 char c;
927 const struct GNUNET_DISK_FileHandle *pr; 928 const struct GNUNET_DISK_FileHandle *pr;
928 929
930 (void) cls;
929 shutdown_pipe_task = NULL; 931 shutdown_pipe_task = NULL;
930 pr = GNUNET_DISK_pipe_handle (shutdown_pipe_handle, 932 pr = GNUNET_DISK_pipe_handle (shutdown_pipe_handle,
931 GNUNET_DISK_PIPE_END_READ); 933 GNUNET_DISK_PIPE_END_READ);