aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-09-21 23:40:15 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-09-21 23:40:15 -0400
commit782c4c2c6954a33dc11b7367ed740dfcf4f52839 (patch)
treefe358f9de83faf188f78e436731518388887c2b2 /include
parentcbe2bd94257f4222e7cc0634ff426e1da3c74e25 (diff)
EDF-WM: keep track of when jobs suspend
Diffstat (limited to 'include')
-rw-r--r--include/litmus/rt_param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 65d2d7c7b783..fac86813c976 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -228,6 +228,8 @@ struct rt_param {
228 struct { 228 struct {
229 /* at which exec time did the current slice start? */ 229 /* at which exec time did the current slice start? */
230 lt_t exec_time; 230 lt_t exec_time;
231 /* when did the job suspend? */
232 lt_t suspend_time;
231 /* cached job parameters */ 233 /* cached job parameters */
232 lt_t job_release, job_deadline; 234 lt_t job_release, job_deadline;
233 /* pointer to the current slice */ 235 /* pointer to the current slice */