aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/namespace.h')
-rw-r--r--include/linux/namespace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/namespace.h b/include/linux/namespace.h
index 0e5a86f13b2f8b..6f0f25d64c383d 100644
--- a/include/linux/namespace.h
+++ b/include/linux/namespace.h
@@ -10,6 +10,8 @@ struct namespace {
struct vfsmount * root;
struct list_head list;
struct rw_semaphore sem;
+ wait_queue_head_t poll;
+ int event;
};
extern int copy_namespace(int, struct task_struct *);