diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-18 07:03:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 07:03:08 -0400 |
commit | 61a7e26028b94805fd686a6dc9dbd9941f8f19b0 (patch) | |
tree | 2253a6f827a68ea5a7041456c5bfcac0d8e24138 /include/net/netns/mib.h | |
parent | a20f5799ca7ceb24d63c74b6fdad4b0c0ee91f4f (diff) |
mib: put net statistics on struct net
Similar to ip and tcp ones :)
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/mib.h b/include/net/netns/mib.h index 1094ebbf0b42..b5b1115adfa8 100644 --- a/include/net/netns/mib.h +++ b/include/net/netns/mib.h | |||
@@ -6,6 +6,7 @@ | |||
6 | struct netns_mib { | 6 | struct netns_mib { |
7 | DEFINE_SNMP_STAT(struct tcp_mib, tcp_statistics); | 7 | DEFINE_SNMP_STAT(struct tcp_mib, tcp_statistics); |
8 | DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); | 8 | DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); |
9 | DEFINE_SNMP_STAT(struct linux_mib, net_statistics); | ||
9 | }; | 10 | }; |
10 | 11 | ||
11 | #endif | 12 | #endif |