From dfe99f1bf291b4b954d3608dbe95a43e16a8bb49 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Feb 2011 19:03:28 +0100 Subject: libxtables: XTTYPE_UINT8 support Signed-off-by: Jan Engelhardt --- include/xtables.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xtables.h.in') diff --git a/include/xtables.h.in b/include/xtables.h.in index 14d7b043..dc074bc0 100644 --- a/include/xtables.h.in +++ b/include/xtables.h.in @@ -51,6 +51,7 @@ struct in_addr; */ enum xt_option_type { XTTYPE_NONE, + XTTYPE_UINT8, XTTYPE_UINT32, }; @@ -104,6 +105,7 @@ struct xt_option_call { unsigned int xflags; bool invert; union { + uint8_t u8; uint32_t u32; } val; }; -- cgit v1.2.3