From 399f95bee93d53e2bad3943a6a9f135186f4de89 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 22 Aug 2006 00:43:38 -0700 Subject: [PATCH] --- yaml --- r: 34533 b: refs/heads/master c: 91270cf81765152f6e77953440beb4d3b34a71b5 h: refs/heads/master i: 34531: b13dd4a16f58692d7c964bd2b1be95e9e07d6ca9 v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/x_tables.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5cf912a16289..4e8c5e4c2647 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53e26658282373b84ba85a0c9807cb762f7738a6 +refs/heads/master: 91270cf81765152f6e77953440beb4d3b34a71b5 diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index 9d97102a9347..03d1027fb0e8 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -185,6 +185,9 @@ struct xt_match /* Set this to THIS_MODULE if you are a module, otherwise NULL */ struct module *me; + /* Free to use by each match */ + unsigned long data; + char *table; unsigned int matchsize; unsigned int hooks;