aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-15 11:32:51 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-15 11:34:42 +0200
commit6e7793d8d8018baeb85fb661e1ee58251b61bf9a (patch)
treeb5cce84fbee99f8df6dc8116209b77bff6dfddce /src/util/scheduler.c
parent45a04d9f5558f666c01f7fd0844be964bf610c9a (diff)
downloadgnunet-6e7793d8d8018baeb85fb661e1ee58251b61bf9a.tar.gz
gnunet-6e7793d8d8018baeb85fb661e1ee58251b61bf9a.zip
misc work on TNG
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);