summaryrefslogtreecommitdiff
path: root/conf/conf.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-08-25 22:20:48 +0200
committerMaria Matejka <mq@ucw.cz>2021-09-10 18:11:28 +0200
commit2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9 (patch)
tree51a9341babfae19ab427438e10e9a43fe1d3f1ea /conf/conf.h
parentceef6de459b25d8fcc5dd416e0cecf179bd243e7 (diff)
Reducing filter stack size to allow for lesser thread stack size
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 3bc37959..55cb9c58 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -35,6 +35,7 @@ struct config {
u32 proto_default_debug; /* Default protocol debug mask */
u32 proto_default_mrtdump; /* Default protocol mrtdump mask */
u32 channel_default_debug; /* Default channel debug mask */
+ u16 filter_vstk, filter_estk; /* Filter stack depth */
struct timeformat tf_route; /* Time format for 'show route' */
struct timeformat tf_proto; /* Time format for 'show protocol' */
struct timeformat tf_log; /* Time format for the logfile */