diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/conntrack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/conntrack.h b/include/net/netns/conntrack.h index 9d5c1623c51f..fc0a46d64cc9 100644 --- a/include/net/netns/conntrack.h +++ b/include/net/netns/conntrack.h | |||
@@ -12,6 +12,7 @@ struct netns_ct { | |||
12 | struct hlist_head *hash; | 12 | struct hlist_head *hash; |
13 | struct hlist_head *expect_hash; | 13 | struct hlist_head *expect_hash; |
14 | struct hlist_head unconfirmed; | 14 | struct hlist_head unconfirmed; |
15 | struct ip_conntrack_stat *stat; | ||
15 | #ifdef CONFIG_NF_CONNTRACK_EVENTS | 16 | #ifdef CONFIG_NF_CONNTRACK_EVENTS |
16 | struct nf_conntrack_ecache *ecache; | 17 | struct nf_conntrack_ecache *ecache; |
17 | #endif | 18 | #endif |