diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index e0054c1b9a09..036d14d2bf90 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -402,6 +402,7 @@ struct signal_struct { | |||
402 | 402 | ||
403 | /* ITIMER_REAL timer for the process */ | 403 | /* ITIMER_REAL timer for the process */ |
404 | struct hrtimer real_timer; | 404 | struct hrtimer real_timer; |
405 | struct task_struct *tsk; | ||
405 | ktime_t it_real_incr; | 406 | ktime_t it_real_incr; |
406 | 407 | ||
407 | /* ITIMER_PROF and ITIMER_VIRTUAL timers for the process */ | 408 | /* ITIMER_PROF and ITIMER_VIRTUAL timers for the process */ |