summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_core.h
diff options
context:
space:
mode:
authorMartin Josefsson2006-11-29 02:35:01 +0100
committerDavid S. Miller2006-12-03 06:31:06 +0100
commitf61801218a58381f498ae5c38ae3eae0bc73e976 (patch)
treef603222aadac9b1defe9db4e00464379fa13b5cd /include/net/netfilter/nf_conntrack_core.h
parent[NETFILTER]: nf_conntrack: split out helper handling (diff)
downloadkernel-qcow2-linux-f61801218a58381f498ae5c38ae3eae0bc73e976.tar.gz
kernel-qcow2-linux-f61801218a58381f498ae5c38ae3eae0bc73e976.tar.xz
kernel-qcow2-linux-f61801218a58381f498ae5c38ae3eae0bc73e976.zip
[NETFILTER]: nf_conntrack: split out the event cache
This patch splits out the event cache into its own file nf_conntrack_ecache.c Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/netfilter/nf_conntrack_core.h')
-rw-r--r--include/net/netfilter/nf_conntrack_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack_core.h b/include/net/netfilter/nf_conntrack_core.h
index bf8d3008a381..4676b492d635 100644
--- a/include/net/netfilter/nf_conntrack_core.h
+++ b/include/net/netfilter/nf_conntrack_core.h
@@ -15,6 +15,7 @@
#include <linux/netfilter.h>
#include <net/netfilter/nf_conntrack_l3proto.h>
#include <net/netfilter/nf_conntrack_protocol.h>
+#include <net/netfilter/nf_conntrack_ecache.h>
/* This header is used to share core functionality between the
standalone connection tracking module, and the compatibility layer's use