From 87a34d7aef2cba833f4f36536575dee304bbece5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 7 May 2011 00:15:49 +0200 Subject: libxt_multiport: use guided option parser Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/xtables.h.in b/include/xtables.h.in index caaec2fa..50aa414c 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -163,10 +163,12 @@ struct xt_option_call { uint32_t mark, mask; }; } val; + /* Wished for a world where the ones below were gone: */ union { struct xt_entry_match **match; struct xt_entry_target **target; }; + void *xt_entry; }; /** -- cgit v1.2.3