diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 221edad83d77..f15b1ad5fa3c 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -83,6 +83,9 @@ struct rt_job { | |||
83 | /* What is the current deadline? */ | 83 | /* What is the current deadline? */ |
84 | lt_t deadline; | 84 | lt_t deadline; |
85 | 85 | ||
86 | lt_t real_release; | ||
87 | lt_t real_deadline; | ||
88 | |||
86 | /* How much service has this job received so far? */ | 89 | /* How much service has this job received so far? */ |
87 | lt_t exec_time; | 90 | lt_t exec_time; |
88 | 91 | ||
@@ -209,6 +212,8 @@ struct rt_param { | |||
209 | 212 | ||
210 | /* Pointer to the page shared between userspace and kernel. */ | 213 | /* Pointer to the page shared between userspace and kernel. */ |
211 | struct control_page * ctrl_page; | 214 | struct control_page * ctrl_page; |
215 | |||
216 | /* int go; */ | ||
212 | }; | 217 | }; |
213 | 218 | ||
214 | /* Possible RT flags */ | 219 | /* Possible RT flags */ |