diff options
Diffstat (limited to 'include/net/netns')
-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 b5b1115adfa8..738c87ce183d 100644 --- a/include/net/netns/mib.h +++ b/include/net/netns/mib.h | |||
@@ -7,6 +7,7 @@ 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 | DEFINE_SNMP_STAT(struct linux_mib, net_statistics); |
10 | DEFINE_SNMP_STAT(struct udp_mib, udp_statistics); | ||
10 | }; | 11 | }; |
11 | 12 | ||
12 | #endif | 13 | #endif |