gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14090 - branches/gnunet/mantis_0001616/src/util


From: gnunet
Subject: [GNUnet-SVN] r14090 - branches/gnunet/mantis_0001616/src/util
Date: Sun, 26 Dec 2010 19:43:20 +0100

Author: durner
Date: 2010-12-26 19:43:20 +0100 (Sun, 26 Dec 2010)
New Revision: 14090

Modified:
   branches/gnunet/mantis_0001616/src/util/scheduler.c
Log:
install shutdown handler only on Windows

Modified: branches/gnunet/mantis_0001616/src/util/scheduler.c
===================================================================
--- branches/gnunet/mantis_0001616/src/util/scheduler.c 2010-12-26 17:01:25 UTC 
(rev 14089)
+++ branches/gnunet/mantis_0001616/src/util/scheduler.c 2010-12-26 18:43:20 UTC 
(rev 14090)
@@ -739,8 +739,10 @@
   GNUNET_SCHEDULER_add_continuation (task,
                                      task_cls,
                                      GNUNET_SCHEDULER_REASON_STARTUP);
+#if ENABLE_WINDOWS_WORKAROUNDS
   GNUNET_SCHEDULER_add_continuation (GNUNET_OS_install_parent_control_handler,
                                      NULL, GNUNET_SCHEDULER_REASON_STARTUP);
+#endif
 
   last_tr = 0;
   busy_wait_warning = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]