BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 74ee43c3216e1f3c3b33a2b6afe70b52b62e5465 / task

// Related

Nucleus

Barry Ordered object lists 74ee43c (3 years, 2 months ago)
diff --git a/task/scheduler.c b/task/scheduler.c
index 3a9605c..dc7551f 100644
--- a/task/scheduler.c
+++ b/task/scheduler.c
@@ -95,5 +95,5 @@ init_scheduler(void)
 {
 	enum Priority p;
 	for (p = 0; p < PRIORITY_COUNT; p++)
-		readyQueue[p] = create_list(&taskType);
+		readyQueue[p] = create_list(&taskType, LIST_NORMAL);
 }