diff options
Diffstat (limited to 'include/litmus')
-rw-r--r-- | include/litmus/rt_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 00261c58df79..d1ca73b79fd5 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -116,7 +116,7 @@ typedef struct { | |||
116 | struct task_struct* container_task; | 116 | struct task_struct* container_task; |
117 | int id; | 117 | int id; |
118 | int will_remove; | 118 | int will_remove; |
119 | int can_release; | 119 | int can_release; //only used for containers |
120 | struct list_head qnode; | 120 | struct list_head qnode; |
121 | cont_domain_t* move_to; | 121 | cont_domain_t* move_to; |
122 | struct hrtimer deadline_timer; | 122 | struct hrtimer deadline_timer; |