summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-03-05 13:13:52 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-03-06 11:12:38 +0100
commit2277a8cf318359885be67aad566c70f497551cca (patch)
tree9ba8f09cebeda374314bcf27d8c5a781fb1d0dbc /include
parentafd1ad6f68680c0f0a4afad7c67ddc8652948732 (diff)
segtree: remove dummy debug_octx
Breaks custom-defined configuration in library mode, ie. user may want to store output in a file, instead of stderr. Fixes: 35f6cd327c2e ("src: Pass stateless, numeric, ip2name and handle variables as structure members.") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/expression.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/expression.h b/include/expression.h
index b681b67f..6d72f64c 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -455,7 +455,8 @@ extern struct expr *set_expr_alloc(const struct location *loc,
const struct set *set);
extern int set_to_intervals(struct list_head *msgs, struct set *set,
struct expr *init, bool add,
- unsigned int debug_mask, bool merge);
+ unsigned int debug_mask, bool merge,
+ struct output_ctx *octx);
extern void interval_map_decompose(struct expr *set);
extern struct expr *get_set_intervals(const struct set *set,