summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-12-24 15:07:58 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2011-12-24 15:19:21 +0100
commit6a05d293fed594f89ad05625e43dec6a81da487d (patch)
treedbbf06572d0477df43c053ebe996133b144dae87 /include/internal/object.h
parent7843632196fd959f3f8f16f3d533c72d315a7e08 (diff)
expect: support CTA_EXPECT_HELP_NAME
This patch adds support for CTA_EXPECT_HELP_NAME. We now have the ATTR_EXP_HELPER_NAME attribute. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 5dce9d0..19d77b4 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -269,6 +269,7 @@ struct nf_expect {
u_int32_t id;
u_int16_t zone;
u_int32_t flags;
+ char helper_name[__NFCT_HELPER_NAMELEN];
u_int32_t set[1];
};