|
@@ -252,6 +252,7 @@ static struct xt_target idletimer_tg __read_mostly = {
|
|
|
.family = NFPROTO_UNSPEC,
|
|
|
.target = idletimer_tg_target,
|
|
|
.targetsize = sizeof(struct idletimer_tg_info),
|
|
|
+ .usersize = offsetof(struct idletimer_tg_info, timer),
|
|
|
.checkentry = idletimer_tg_checkentry,
|
|
|
.destroy = idletimer_tg_destroy,
|
|
|
.me = THIS_MODULE,
|