aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 89ac0dda7d3d..21430623a940 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -157,6 +157,11 @@ struct rt_param {
157 */ 157 */
158 struct task_struct* inh_task; 158 struct task_struct* inh_task;
159 159
160
161 struct task_struct* hp_group;
162 unsigned int is_slave:1;
163
164
160#ifdef CONFIG_NP_SECTION 165#ifdef CONFIG_NP_SECTION
161 /* For the FMLP under PSN-EDF, it is required to make the task 166 /* For the FMLP under PSN-EDF, it is required to make the task
162 * non-preemptive from kernel space. In order not to interfere with 167 * non-preemptive from kernel space. In order not to interfere with