netfilter: xtables: add struct xt_mtdtor_param::net
[safe/jmp/linux-2.6] / include / linux / netfilter / x_tables.h
index 88261b9..3caf5e1 100644 (file)
@@ -216,6 +216,7 @@ struct xt_mtchk_param {
 
 /* Match destructor parameters */
 struct xt_mtdtor_param {
+       struct net *net;
        const struct xt_match *match;
        void *matchinfo;
        u_int8_t family;