From 815805101cbc0e513cf909a77b5dfcd8d39684fd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 29 Jan 2012 00:31:36 +0100 Subject: expect: add class support This patch allows you to specify the expectation class. 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 64f7721..41203c7 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -273,6 +273,7 @@ struct nf_expect { u_int32_t id; u_int16_t zone; u_int32_t flags; + u_int32_t class; char helper_name[NFCT_HELPER_NAME_MAX]; u_int32_t set[1]; -- cgit v1.2.3