diff options
author | Maria Matejka <mq@ucw.cz> | 2022-08-30 19:40:58 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-01 18:46:40 +0200 |
commit | 83ceb91b50ae75ee5509faa74e2f6d4bdcf78505 (patch) | |
tree | 96d65f8adcef98349322722d42d5329c04f8dec7 /nest/rt.h | |
parent | 397fec4741b40f61d06a467b4110aad7e996485c (diff) |
Table debug is now a per-table setting and has categories.
Diffstat (limited to 'nest/rt.h')
-rw-r--r-- | nest/rt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ struct rtable_config { uint gc_period; /* Approximate time between two consecutive GC runs */ byte sorted; /* Routes of network are sorted according to rte_better() */ byte trie_used; /* Rtable has attached trie */ + byte debug; /* Whether to log */ btime min_settle_time; /* Minimum settle time for notifications */ btime max_settle_time; /* Maximum settle time for notifications */ btime export_settle_time; /* Delay before exports are announced */ |