From: Christian Grothoff Date: Sat, 26 Jun 2010 17:17:07 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~21196 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a8272511874e578501d6a3ff083612fe51ccaaf;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/scheduler.c b/src/util/scheduler.c index 26886bb7a..347938c9a 100644 --- a/src/util/scheduler.c +++ b/src/util/scheduler.c @@ -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? */