X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fnsproxy.h;h=0b9f0dc30d6114a1f5177a7fde829d2199137172;hb=759e5d006462d53fb708daa8284b4ad909415da1;hp=27f37c1ec1d978fdf3ad7ae55ec50fbf39d070f8;hpb=373beb35cd6b625e0ba4ad98baace12310a26aa8;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/nsproxy.h b/include/linux/nsproxy.h index 27f37c1..0b9f0dc 100644 --- a/include/linux/nsproxy.h +++ b/include/linux/nsproxy.h @@ -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 @@ -23,10 +24,10 @@ struct ipc_namespace; struct nsproxy { atomic_t count; spinlock_t nslock; - unsigned long id; 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;