From 0135ee69e4ffb4350b1a4747463090a9723045c8 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 6 Jan 2017 15:39:12 -0800 Subject: [PATCH] Added TODO to make the newTask(...) variadic --- schedulers/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/schedulers/README.md b/schedulers/README.md index 7492e56..f09b695 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -6,6 +6,7 @@ To Do: * Design changes -- Possible to have one scheduler with different scheduling schemes? * Fix the race condition on 'tasksRunning' in proactiveclusterwidecappingfcfs.go and proactiveclusterwidecappingranked.go * Separate the capping strategies from the scheduling algorithms and make it possible to use any capping strategy with any scheduler. + * Make newTask(...) variadic where the newTaskClass argument can either be given or not. If not give, then pick task.Watts as the watts attribute, else pick task.ClassToWatts[newTaskClass]. Scheduling Algorithms: