summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-01-29 00:31:36 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-02-06 21:48:30 +0100
commit815805101cbc0e513cf909a77b5dfcd8d39684fd (patch)
tree3e1b202b3542863ccd495942842d6186baea43b7 /include/internal/object.h
parent9064374e7758bc4fa167d1c30ccc751ea588f5db (diff)
expect: add class support
This patch allows you to specify the expectation class. 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 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];