[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11966 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11966 - gnunet/src/util |
Date: |
Sat, 26 Jun 2010 19:17:07 +0200 |
Author: grothoff
Date: 2010-06-26 19:17:07 +0200 (Sat, 26 Jun 2010)
New Revision: 11966
Modified:
gnunet/src/util/scheduler.c
Log:
fix
Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2010-06-26 17:15:54 UTC (rev 11965)
+++ gnunet/src/util/scheduler.c 2010-06-26 17:17:07 UTC (rev 11966)
@@ -136,12 +136,6 @@
enum GNUNET_SCHEDULER_Priority priority;
/**
- * Priority of the highest task added in the current select
- * iteration.
- */
- enum GNUNET_SCHEDULER_Priority max_priority_added;
-
- /**
* Set if we only wait for reading from a single FD, otherwise -1.
*/
int read_fd;
@@ -221,6 +215,12 @@
enum GNUNET_SCHEDULER_Priority current_priority;
/**
+ * Priority of the highest task added in the current select
+ * iteration.
+ */
+ enum GNUNET_SCHEDULER_Priority max_priority_added;
+
+ /**
* How 'nice' are we right now?
*/
int nice_level;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11966 - gnunet/src/util,
gnunet <=