[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16331 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16331 - gnunet/src/util |
Date: |
Tue, 2 Aug 2011 16:58:33 +0200 |
Author: grothoff
Date: 2011-08-02 16:58:33 +0200 (Tue, 02 Aug 2011)
New Revision: 16331
Modified:
gnunet/src/util/scheduler.c
Log:
fix
Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2011-08-02 14:35:29 UTC (rev 16330)
+++ gnunet/src/util/scheduler.c 2011-08-02 14:58:33 UTC (rev 16331)
@@ -788,7 +788,7 @@
#if ENABLE_WINDOWS_WORKAROUNDS
GNUNET_SCHEDULER_add_now_with_lifeness (GNUNET_NO,
&GNUNET_OS_install_parent_control_handler,
- NULL,
GNUNET_SCHEDULER_REASON_STARTUP);
+ NULL);
#endif
last_tr = 0;
busy_wait_warning = 0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16331 - gnunet/src/util,
gnunet <=