diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index e626bbbe60d5..284b89e95a51 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -206,6 +206,7 @@ struct rt_job { | |||
206 | }; | 206 | }; |
207 | 207 | ||
208 | struct pfair_param; | 208 | struct pfair_param; |
209 | struct mc2_task; | ||
209 | 210 | ||
210 | /* RT task parameters for scheduling extensions | 211 | /* RT task parameters for scheduling extensions |
211 | * These parameters are inherited during clone and therefore must | 212 | * These parameters are inherited during clone and therefore must |
@@ -322,6 +323,9 @@ struct rt_param { | |||
322 | 323 | ||
323 | /* Pointer to the page shared between userspace and kernel. */ | 324 | /* Pointer to the page shared between userspace and kernel. */ |
324 | struct control_page * ctrl_page; | 325 | struct control_page * ctrl_page; |
326 | |||
327 | /* Mixed-criticality specific data */ | ||
328 | struct mc2_task* mc2_data; | ||
325 | }; | 329 | }; |
326 | 330 | ||
327 | #endif | 331 | #endif |