diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3cffc1204663..b579624477f4 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -529,6 +529,10 @@ struct signal_struct { | |||
529 | #ifdef CONFIG_TASKSTATS | 529 | #ifdef CONFIG_TASKSTATS |
530 | struct taskstats *stats; | 530 | struct taskstats *stats; |
531 | #endif | 531 | #endif |
532 | #ifdef CONFIG_AUDIT | ||
533 | unsigned audit_tty; | ||
534 | struct tty_audit_buf *tty_audit_buf; | ||
535 | #endif | ||
532 | }; | 536 | }; |
533 | 537 | ||
534 | /* Context switch must be unlocked if interrupts are to be enabled */ | 538 | /* Context switch must be unlocked if interrupts are to be enabled */ |