aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-03-15 12:11:32 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-03-30 17:18:46 -0400
commitbbdb7896e6a6df8bcc3aa1c1746ab0f898fedfd8 (patch)
tree659e4b4d88708f347509dbe7317b5d66427e7760 /include/litmus/rt_param.h
parent26bafa3b7880a323d83b8ea71bdb8e2118a5cba0 (diff)
First container trace iteration
Conflicts: include/litmus/rt_param.h include/litmus/sched_trace.h litmus/budget.c litmus/sched_mc.c litmus/sched_mc_ce.c
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index d6d799174160..ba62e10d6f2c 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -89,7 +89,7 @@ struct rt_job {
89 lt_t exec_time; 89 lt_t exec_time;
90 90
91 /* Which job is this. This is used to let user space 91 /* Which job is this. This is used to let user space
92 * specify which job to wait for, which is important if jobs 92yes * specify which job to wait for, which is important if jobs
93 * overrun. If we just call sys_sleep_next_period() then we 93 * overrun. If we just call sys_sleep_next_period() then we
94 * will unintentionally miss jobs after an overrun. 94 * will unintentionally miss jobs after an overrun.
95 * 95 *