diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pid_namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h index aea13ec31a..14376ebf4b 100644 --- a/include/linux/pid_namespace.h +++ b/include/linux/pid_namespace.h | |||
| @@ -21,6 +21,8 @@ struct pid_namespace { | |||
| 21 | int last_pid; | 21 | int last_pid; |
| 22 | struct task_struct *child_reaper; | 22 | struct task_struct *child_reaper; |
| 23 | struct kmem_cache *pid_cachep; | 23 | struct kmem_cache *pid_cachep; |
| 24 | int level; | ||
| 25 | struct pid_namespace *parent; | ||
| 24 | }; | 26 | }; |
| 25 | 27 | ||
| 26 | extern struct pid_namespace init_pid_ns; | 28 | extern struct pid_namespace init_pid_ns; |
