aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_plugin.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-10-22 22:47:09 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-11 17:57:35 -0500
commit52d5524f64b4f118672f5d80235221fe1c622c18 (patch)
tree25e572edf47993464dffd1f35f64a1ff942e659d /include/litmus/sched_plugin.h
parente06e8374b5c04aeaddf14e9686842011f80f5664 (diff)
C-EDF: move /proc/litmus/cluster_cache to /proc/litmus/plugins/C-EDF/cluster
Make use of the new per-plugin proc file infrastructure to avoid littering the global namespace. While at it, also move all the relevant bits to sched_cedf.c. In the future, each plugin's parameters should be handled in the respective plugin file.
Diffstat (limited to 'include/litmus/sched_plugin.h')
-rw-r--r--include/litmus/sched_plugin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/litmus/sched_plugin.h b/include/litmus/sched_plugin.h
index 9c1c9f28ba79..2d856d587041 100644
--- a/include/litmus/sched_plugin.h
+++ b/include/litmus/sched_plugin.h
@@ -133,9 +133,6 @@ struct sched_plugin {
133 133
134extern struct sched_plugin *litmus; 134extern struct sched_plugin *litmus;
135 135
136/* cluster size: cache_index = 2 L2, cache_index = 3 L3 */
137extern int cluster_cache_index;
138
139int register_sched_plugin(struct sched_plugin* plugin); 136int register_sched_plugin(struct sched_plugin* plugin);
140struct sched_plugin* find_sched_plugin(const char* name); 137struct sched_plugin* find_sched_plugin(const char* name);
141int print_sched_plugins(char* buf, int max); 138int print_sched_plugins(char* buf, int max);