aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2011-09-21 00:09:18 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2011-09-21 00:10:41 -0400
commit536d91a595c116ca869b3a07a35873cbeff37db3 (patch)
treedd3b32db071e7c7af24dff5c59c87c94e2af51d8 /include
parent313bcb226f88d17b193f9e7db7ecb4f57320a596 (diff)
Passes simple tests.
Diffstat (limited to 'include')
-rw-r--r--include/litmus/sched_mc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/sched_mc.h b/include/litmus/sched_mc.h
index 32ef68150c81..94ec895afca0 100644
--- a/include/litmus/sched_mc.h
+++ b/include/litmus/sched_mc.h
@@ -21,6 +21,8 @@ struct mc_task {
21struct mc_job { 21struct mc_job {
22 int is_ghost:1; 22 int is_ghost:1;
23 lt_t ghost_budget; 23 lt_t ghost_budget;
24 /* which invocation of the CE is this */
25 unsigned int expected_job;
24}; 26};
25 27
26#ifdef __KERNEL__ 28#ifdef __KERNEL__