diff options
Diffstat (limited to 'litmus/sched_task_trace.c')
-rw-r--r-- | litmus/sched_task_trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/sched_task_trace.c b/litmus/sched_task_trace.c index bd490054f183..5ef8d09ab41f 100644 --- a/litmus/sched_task_trace.c +++ b/litmus/sched_task_trace.c | |||
@@ -131,6 +131,7 @@ feather_callback void do_sched_trace_task_param(unsigned long id, unsigned long | |||
131 | rec->data.param.period = get_rt_period(t); | 131 | rec->data.param.period = get_rt_period(t); |
132 | rec->data.param.phase = get_rt_phase(t); | 132 | rec->data.param.phase = get_rt_phase(t); |
133 | rec->data.param.partition = get_partition(t); | 133 | rec->data.param.partition = get_partition(t); |
134 | rec->data.param.class = get_class(t); | ||
134 | put_record(rec); | 135 | put_record(rec); |
135 | } | 136 | } |
136 | } | 137 | } |