diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-18 07:01:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 07:01:24 -0400 |
commit | 852566f53ccdc9d1c149ffa28daa9778e13fa3da (patch) | |
tree | 247d134429afd277775fdd9a4d491a702ccf4e90 /include/net/netns/mib.h | |
parent | a60f28fa934ccadbf526f4dab8d73079480002a4 (diff) |
mib: add netns/mib.h file
The only structure declared within is the netns_mib, which will
carry all our mibs within. I didn't put the mibs in the existing
netns_xxx structures to make it possible to mark this one as
properly aligned and get in a separate "read-mostly" cache-line.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/mib.h')
-rw-r--r-- | include/net/netns/mib.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/netns/mib.h b/include/net/netns/mib.h new file mode 100644 index 000000000000..9f4b31ed18c3 --- /dev/null +++ b/include/net/netns/mib.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __NETNS_MIB_H__ | ||
2 | #define __NETNS_MIB_H__ | ||
3 | |||
4 | #include <net/snmp.h> | ||
5 | |||
6 | struct netns_mib { | ||
7 | }; | ||
8 | |||
9 | #endif | ||