summaryrefslogtreecommitdiff
path: root/nest/rt.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-08-30 19:40:58 +0200
committerMaria Matejka <mq@ucw.cz>2022-09-01 18:46:40 +0200
commit83ceb91b50ae75ee5509faa74e2f6d4bdcf78505 (patch)
tree96d65f8adcef98349322722d42d5329c04f8dec7 /nest/rt.h
parent397fec4741b40f61d06a467b4110aad7e996485c (diff)
Table debug is now a per-table setting and has categories.
Diffstat (limited to 'nest/rt.h')
-rw-r--r--nest/rt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/rt.h b/nest/rt.h
index f5cf9457..66edf227 100644
--- a/nest/rt.h
+++ b/nest/rt.h
@@ -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 */