summaryrefslogtreecommitdiffstats
path: root/include/myct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/myct.h')
-rw-r--r--include/myct.h1
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;
};