aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
commit0238db34853380280ccf164918ebbb28260f4629 (patch)
tree2c47ddbbfa27e7a0479d5c12e78d77342780a4bd /src/util/scheduler.c
parentdc3ae8f36ec69ca2a96a93feda501682ff168320 (diff)
downloadgnunet-0238db34853380280ccf164918ebbb28260f4629.tar.gz
gnunet-0238db34853380280ccf164918ebbb28260f4629.zip
enabling use of pipes for signal communication also on UNIX to enable future integration with Java services
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index f1cecd4ef..c54672f5f 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -818,13 +818,11 @@ GNUNET_SCHEDULER_run (GNUNET_SCHEDULER_Task task, void *task_cls)
818 current_lifeness = GNUNET_YES; 818 current_lifeness = GNUNET_YES;
819 GNUNET_SCHEDULER_add_continuation (task, task_cls, 819 GNUNET_SCHEDULER_add_continuation (task, task_cls,
820 GNUNET_SCHEDULER_REASON_STARTUP); 820 GNUNET_SCHEDULER_REASON_STARTUP);
821#if ENABLE_WINDOWS_WORKAROUNDS
822 active_task = (void *) (long) -1; /* force passing of sanity check */ 821 active_task = (void *) (long) -1; /* force passing of sanity check */
823 GNUNET_SCHEDULER_add_now_with_lifeness (GNUNET_NO, 822 GNUNET_SCHEDULER_add_now_with_lifeness (GNUNET_NO,
824 &GNUNET_OS_install_parent_control_handler, 823 &GNUNET_OS_install_parent_control_handler,
825 NULL); 824 NULL);
826 active_task = NULL; 825 active_task = NULL;
827#endif
828 last_tr = 0; 826 last_tr = 0;
829 busy_wait_warning = 0; 827 busy_wait_warning = 0;
830 while (GNUNET_OK == check_lifeness ()) 828 while (GNUNET_OK == check_lifeness ())