aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeremy Erickson <jerickso@cs.unc.edu>2010-11-23 15:17:11 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2011-08-25 14:41:20 -0400
commiteeb4b063c6a1b6b8e65abc5e30576df322f6e0dc (patch)
treeb0194deb1a4a374500cfb000980d015612070334 /include
parent63d34163b825fab33ff621260f4574d7d50ae288 (diff)
Work towards slack scheduling (compiles, but not yet complete.)
Diffstat (limited to 'include')
-rw-r--r--include/litmus/rt_param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index a7ea5e7b775e..3a456e7135d8 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -101,6 +101,7 @@ struct rt_job {
101 unsigned int job_no; 101 unsigned int job_no;
102 102
103 lt_t ghost_budget; 103 lt_t ghost_budget;
104 int is_ghost;
104}; 105};
105 106
106struct pfair_param; 107struct pfair_param;