]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/nsproxy.h
[PATCH] Fix gate_vma.vm_flags
[karo-tx-linux.git] / include / linux / nsproxy.h
index 0aba1b1a39c750bee9a9b528688d17cf2891a87f..0b9f0dc30d6114a1f5177a7fde829d2199137172 100644 (file)
@@ -7,6 +7,7 @@
 struct mnt_namespace;
 struct uts_namespace;
 struct ipc_namespace;
+struct pid_namespace;
 
 /*
  * A structure to contain pointers to all per-process
@@ -26,6 +27,7 @@ struct nsproxy {
        struct uts_namespace *uts_ns;
        struct ipc_namespace *ipc_ns;
        struct mnt_namespace *mnt_ns;
+       struct pid_namespace *pid_ns;
 };
 extern struct nsproxy init_nsproxy;