diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-16 10:11:51 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-16 10:11:51 +0200 |
commit | c73343de67afc703dfe812b8e94034b1b1dcfca8 (patch) | |
tree | 73731998cce337b7759e37a7d6d5155d7f45e3fe /conf | |
parent | 71b3456eede17be6646b7deebff84f34ee5755f7 (diff) |
Revert "Reducing filter stack size to allow for lesser thread stack size"
This reverts commit 2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h index e0f94b63..be46f172 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -35,7 +35,6 @@ 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 */ |