diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-08-07 19:41:30 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-09-26 18:52:26 +0200 |
commit | 8c38d35c3d90d493fdead6d4ead0517ec09fee96 (patch) | |
tree | 67c91223a47f97e58ecbdfd8bf5ad3e77972720c /include/myct.h | |
parent | fee95ed0db0745b551dfb15c58800da5c1ca9e5f (diff) | |
download | conntrack-tools-8c38d35c3d90d493fdead6d4ead0517ec09fee96.tar.gz conntrack-tools-8c38d35c3d90d493fdead6d4ead0517ec09fee96.zip |
conntrackd: cthelper: allow to attach expectations via nfqueue
This requires the Linux kernel 3.12.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/myct.h')
-rw-r--r-- | include/myct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myct.h b/include/myct.h index 45d9f29..02d695c 100644 --- a/include/myct.h +++ b/include/myct.h @@ -37,6 +37,7 @@ struct myct_tuple { struct myct { struct nf_conntrack *ct; + struct nf_expect *exp; void *priv_data; }; |