aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 14:58:33 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 14:58:33 +0000
commitb642f6b672da9c2fb7c785e681fbc9af48c4b629 (patch)
treee7b65bdf6494bbd7fddc079a9879fca5fd9061c5 /src/util
parent8b1ea3124c95c26fb1a7c8a106c7aaf7b817ccc0 (diff)
downloadgnunet-b642f6b672da9c2fb7c785e681fbc9af48c4b629.tar.gz
gnunet-b642f6b672da9c2fb7c785e681fbc9af48c4b629.zip
fix
Diffstat (limited to 'src/util')
-rw-r--r--src/util/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 429adafa3..3040fd970 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -788,7 +788,7 @@ GNUNET_SCHEDULER_run (GNUNET_SCHEDULER_Task task, void *task_cls)
788#if ENABLE_WINDOWS_WORKAROUNDS 788#if ENABLE_WINDOWS_WORKAROUNDS
789 GNUNET_SCHEDULER_add_now_with_lifeness (GNUNET_NO, 789 GNUNET_SCHEDULER_add_now_with_lifeness (GNUNET_NO,
790 &GNUNET_OS_install_parent_control_handler, 790 &GNUNET_OS_install_parent_control_handler,
791 NULL, GNUNET_SCHEDULER_REASON_STARTUP); 791 NULL);
792#endif 792#endif
793 last_tr = 0; 793 last_tr = 0;
794 busy_wait_warning = 0; 794 busy_wait_warning = 0;