summaryrefslogtreecommitdiffstats
path: root/include/xtables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xtables.h')
-rw-r--r--include/xtables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xtables.h b/include/xtables.h
index b8d8372d..9eba4f61 100644
--- a/include/xtables.h
+++ b/include/xtables.h
@@ -687,6 +687,9 @@ struct xtables_afinfo {
extern const struct xtables_afinfo *afinfo;
+/* base offset of merged extensions' consecutive options */
+#define XT_OPTION_OFFSET_SCALE 256
+
#endif /* XTABLES_INTERNAL */
#ifdef __cplusplus