commit | 852566f53ccdc9d1c149ffa28daa9778e13fa3da | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Fri Jul 18 04:01:24 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 18 04:01:24 2008 -0700 |
tree | 247d134429afd277775fdd9a4d491a702ccf4e90 | |
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>