compat_xtables: move to 2.6.35 xt_action_param (3/3)

Since the last merge of the "api35" branch, further changes were
included into nf-next. This set of three commits updates the
xtables-addons API to match that.
This commit is contained in:
Jan Engelhardt
2010-05-13 19:34:36 +02:00
parent 9a18a05d02
commit 43921c5834
4 changed files with 11 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ struct xt_action_param {
int fragoff;
unsigned int thoff, hooknum;
u_int8_t family;
bool *hotdrop;
bool hotdrop;
};
#endif