From 6a05d293fed594f89ad05625e43dec6a81da487d Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 24 Dec 2011 15:07:58 +0100 Subject: 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 --- include/internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal/object.h') 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]; }; -- cgit v1.2.3