mib: add netns/mib.h file
[safe/jmp/linux-2.6] / include / net / netns / core.h
index 0e8c0f8..24d4be7 100644 (file)
@@ -2,12 +2,15 @@
 #define __NETNS_CORE_H__
 
 struct ctl_table_header;
+struct prot_inuse;
 
 struct netns_core {
        /* core sysctls */
        struct ctl_table_header *sysctl_hdr;
 
        int     sysctl_somaxconn;
+
+       struct prot_inuse       *inuse;
 };
 
 #endif