mib: add netns/mib.h file
authorPavel Emelyanov <xemul@openvz.org>
Fri, 18 Jul 2008 11:01:24 +0000 (04:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 11:01:24 +0000 (04:01 -0700)
commit852566f53ccdc9d1c149ffa28daa9778e13fa3da
tree247d134429afd277775fdd9a4d491a702ccf4e90
parenta60f28fa934ccadbf526f4dab8d73079480002a4
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>
include/net/net_namespace.h
include/net/netns/mib.h [new file with mode: 0644]