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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 0070cbcbe21e..7663e0806531 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -155,6 +155,12 @@ struct rt_job {
155 * Increase this sequence number when a job is released. 155 * Increase this sequence number when a job is released.
156 */ 156 */
157 unsigned int job_no; 157 unsigned int job_no;
158
159#ifdef CONFIG_SCHED_TASK_TRACE
160 /* Keep track of the last time the job suspended.
161 * -> used for tracing sporadic tasks. */
162 lt_t last_suspension;
163#endif
158}; 164};
159 165
160struct pfair_param; 166struct pfair_param;