]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sched.h
[PATCH] namespaces: add nsproxy
[net-next-2.6.git] / include / linux / sched.h
index a7fff3304bd6dde3d2357e8a3b5a2b801a1923a6..4fa631fa55e357cfa9cd483c4fe2761a25b115fe 100644 (file)
@@ -239,6 +239,7 @@ extern signed long schedule_timeout_uninterruptible(signed long timeout);
 asmlinkage void schedule(void);
 
 struct namespace;
+struct nsproxy;
 
 /* Maximum number of active map areas.. This is a random (large) number */
 #define DEFAULT_MAX_MAP_COUNT  65536
@@ -898,6 +899,7 @@ struct task_struct {
        struct files_struct *files;
 /* namespace */
        struct namespace *namespace;
+       struct nsproxy *nsproxy;
 /* signal handlers */
        struct signal_struct *signal;
        struct sighand_struct *sighand;