aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nsproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nsproxy.h')
-rw-r--r--include/linux/nsproxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nsproxy.h b/include/linux/nsproxy.h
index 9c2e0ad508db..f6baecdeecd6 100644
--- a/include/linux/nsproxy.h
+++ b/include/linux/nsproxy.h
@@ -6,6 +6,7 @@
6 6
7struct namespace; 7struct namespace;
8struct uts_namespace; 8struct uts_namespace;
9struct ipc_namespace;
9 10
10/* 11/*
11 * A structure to contain pointers to all per-process 12 * A structure to contain pointers to all per-process
@@ -23,6 +24,7 @@ struct nsproxy {
23 atomic_t count; 24 atomic_t count;
24 spinlock_t nslock; 25 spinlock_t nslock;
25 struct uts_namespace *uts_ns; 26 struct uts_namespace *uts_ns;
27 struct ipc_namespace *ipc_ns;
26 struct namespace *namespace; 28 struct namespace *namespace;
27}; 29};
28extern struct nsproxy init_nsproxy; 30extern struct nsproxy init_nsproxy;