]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit - net/ipv4/netfilter/ipt_IDLETIMER.c
IDLETIMER: New xt_target prototype
authorSamuel Ortiz <samuel.ortiz@solidboot.com>
Thu, 13 Jul 2006 10:04:06 +0000 (13:04 +0300)
committerJuha Yrjola <juha.yrjola@solidboot.com>
Fri, 14 Jul 2006 12:20:55 +0000 (15:20 +0300)
commitaf2ee19eb64cede96005ccb25a26db4729256f1b
tree2fb7b0e1b990d8398dde4d3e09c8b98396932815
parent64929d882591a213cb51407992f28c42121b2f7d
IDLETIMER: New xt_target prototype

In ipt_IDLETIMER.c, we are using an old prototype for xt_target hooks. We need
to pass one additional argument, a pointer to xt_target.
We also need to specify the targetsize value, otherwise registration fails.

Signed-off-by: Samuel Ortiz <samuel.ortiz@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
net/ipv4/netfilter/ipt_IDLETIMER.c