aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_plugin.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2013-01-23 18:13:11 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2013-01-23 18:13:11 -0500
commit821a500d34ae6b2487a2ebecc6ab276fdfde0680 (patch)
tree0033c2a08bdf02116e97788627e0d2857ad05259 /include/litmus/sched_plugin.h
parent95717fa9f4b9f725928e898c42fb0e711e896311 (diff)
Fix AUX tasks from being dropped by Litmus.
Diffstat (limited to 'include/litmus/sched_plugin.h')
-rw-r--r--include/litmus/sched_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/litmus/sched_plugin.h b/include/litmus/sched_plugin.h
index d0e7d74bb45e..78cec30866ac 100644
--- a/include/litmus/sched_plugin.h
+++ b/include/litmus/sched_plugin.h
@@ -108,7 +108,6 @@ typedef int (*__higher_prio_t)(struct task_struct* a, comparison_mode_t a_mod,
108typedef int (*default_cpu_for_gpu_t)(int gpu); 108typedef int (*default_cpu_for_gpu_t)(int gpu);
109#endif 109#endif
110 110
111
112/********************* sys call backends ********************/ 111/********************* sys call backends ********************/
113/* This function causes the caller to sleep until the next release */ 112/* This function causes the caller to sleep until the next release */
114typedef long (*complete_job_t) (void); 113typedef long (*complete_job_t) (void);