From 6f48a61527f4fad2244d7d8bfa67795d042c7fef Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 17 Jun 2014 12:03:25 -0500 Subject: Add remainder of schedulers and cluster scheduler support. --- schedsim/shell/schedsim_priority/config.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedsim/shell/schedsim_priority/config.c') diff --git a/schedsim/shell/schedsim_priority/config.c b/schedsim/shell/schedsim_priority/config.c index 332b326..378c37b 100644 --- a/schedsim/shell/schedsim_priority/config.c +++ b/schedsim/shell/schedsim_priority/config.c @@ -1,4 +1,9 @@ #include +#include + +shell_scheduler_name shell_scheduler_list[] = { +"" +}; #define CONFIGURE_INIT #define CONFIGURE_MAXIMUM_TASKS 1000 -- cgit v1.2.3