On Wed, Jul 19, 2017 at 03:05:28PM +0200, Phil Sutter wrote: > diff --git a/include/rule.h b/include/rule.h > index a25e99bdf4cfd..6acd5fa810ef5 100644 > --- a/include/rule.h > +++ b/include/rule.h > @@ -217,6 +217,7 @@ extern struct rule *rule_lookup(const struct chain *chain, uint64_t handle); > * @datalen: mapping data len > * @objtype: mapping object type > * @init: initializer > + * @rg_cache: cached range element (left) Just a side note. This field is very much exclusive to event monitor printing, I would prefer this is cached somewhere else, away from the structure, if possible. Thanks. > * @policy: set mechanism policy > * @desc: set mechanism desc > */ > @@ -234,6 +235,7 @@ struct set { > unsigned int datalen; > uint32_t objtype; > struct expr *init; > + struct expr *rg_cache; > uint32_t policy; > struct { > uint32_t size; -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html