diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index a8c82eed5562..d63821d9467a 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -199,8 +199,10 @@ struct rt_param { | |||
199 | /* user controlled parameters */ | 199 | /* user controlled parameters */ |
200 | struct rt_task task_params; | 200 | struct rt_task task_params; |
201 | 201 | ||
202 | /* timing parameters */ | 202 | /* kernelspace view of the job */ |
203 | struct rt_job job_params; | 203 | struct rt_job job_params; |
204 | /* userspace view of the job */ | ||
205 | struct rt_job user_job; | ||
204 | 206 | ||
205 | /* task representing the current "inherited" task | 207 | /* task representing the current "inherited" task |
206 | * priority, assigned by inherit_priority and | 208 | * priority, assigned by inherit_priority and |