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_smppriority/config.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedsim/shell/schedsim_smppriority') diff --git a/schedsim/shell/schedsim_smppriority/config.c b/schedsim/shell/schedsim_smppriority/config.c index 04d00d2..10ce775 100644 --- a/schedsim/shell/schedsim_smppriority/config.c +++ b/schedsim/shell/schedsim_smppriority/config.c @@ -5,6 +5,11 @@ */ #include +#include + +shell_scheduler_name shell_scheduler_list[] = { +"" +}; #define CONFIGURE_INIT #define CONFIGURE_MAXIMUM_TASKS 1000 -- cgit v1.2.3