fix
authorChristian Grothoff <christian@grothoff.org>
Sat, 26 Jun 2010 17:17:07 +0000 (17:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 26 Jun 2010 17:17:07 +0000 (17:17 +0000)
src/util/scheduler.c

index 26886bb7a3d403e96561a6a19d5c33c25b77a28e..347938c9abaf7d611b1be9c40f40ac6061cb5a84 100644 (file)
@@ -135,12 +135,6 @@ struct Task
    */
   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.
    */
@@ -220,6 +214,12 @@ struct GNUNET_SCHEDULER_Handle
    */
   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?
    */