gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12769 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r12769 - gnunet/src/util
Date: Mon, 30 Aug 2010 23:21:50 +0200

Author: grothoff
Date: 2010-08-30 23:21:50 +0200 (Mon, 30 Aug 2010)
New Revision: 12769

Modified:
   gnunet/src/util/scheduler.c
Log:
assert

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2010-08-30 21:21:03 UTC (rev 12768)
+++ gnunet/src/util/scheduler.c 2010-08-30 21:21:50 UTC (rev 12769)
@@ -875,7 +875,7 @@
   if (p == GNUNET_SCHEDULER_PRIORITY_KEEP)
     p = sched->current_priority;
   ret = 0;
-  pos = sched->ready[p];
+  pos = sched->ready[check_priority (p)];
   while (pos != NULL)
     {
       pos = pos->next;




reply via email to

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