diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index e38c436ee12b..a81897e2a244 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -392,6 +392,7 @@ struct sighand_struct { | |||
392 | atomic_t count; | 392 | atomic_t count; |
393 | struct k_sigaction action[_NSIG]; | 393 | struct k_sigaction action[_NSIG]; |
394 | spinlock_t siglock; | 394 | spinlock_t siglock; |
395 | struct list_head signalfd_list; | ||
395 | }; | 396 | }; |
396 | 397 | ||
397 | struct pacct_struct { | 398 | struct pacct_struct { |
@@ -470,6 +471,7 @@ struct signal_struct { | |||
470 | cputime_t utime, stime, cutime, cstime; | 471 | cputime_t utime, stime, cutime, cstime; |
471 | unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; | 472 | unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; |
472 | unsigned long min_flt, maj_flt, cmin_flt, cmaj_flt; | 473 | unsigned long min_flt, maj_flt, cmin_flt, cmaj_flt; |
474 | unsigned long inblock, oublock, cinblock, coublock; | ||
473 | 475 | ||
474 | /* | 476 | /* |
475 | * Cumulative ns of scheduled CPU time for dead threads in the | 477 | * Cumulative ns of scheduled CPU time for dead threads in the |