]> err.no Git - linux-2.6/blobdiff - include/net/net_namespace.h
[SNMP]: Remove unused devconf macros.
[linux-2.6] / include / net / net_namespace.h
index b0cf07519b81eb4f1ac71d674fc56d817b51ec3c..f97b2a4469ae2f46339b76fb9171bd2fc529583e 100644 (file)
@@ -11,6 +11,8 @@
 struct proc_dir_entry;
 struct net_device;
 struct sock;
+struct ctl_table_header;
+
 struct net {
        atomic_t                count;          /* To decided when the network
                                                 *  namespace should be freed.
@@ -41,6 +43,7 @@ struct net {
 
        /* unix sockets */
        int                     sysctl_unix_max_dgram_qlen;
+       struct ctl_table_header *unix_ctl;
 };
 
 #ifdef CONFIG_NET