summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-09-27 13:04:16 +0200
committerMaria Matejka <mq@ucw.cz>2021-11-22 19:05:43 +0100
commitc70b3198dc349127273d202ab8c36afeebb6d9d0 (patch)
tree27ea26fc1200195849897f47ec2e7ce7bae94d15 /conf
parentf18968f52f461946b64aaea6c4a0e88c5235fb07 (diff)
Route export is now asynchronous.
To allow for multithreaded execution, we need to break the import-export chain and buffer the exports before actually processing them.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 69ef8a10..4f6aa6eb 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -45,7 +45,7 @@ struct config {
int cli_debug; /* Tracing of CLI connections and commands */
int latency_debug; /* I/O loop tracks duration of each event */
- int pipe_debug; /* Track route propagation through pipes */
+ int table_debug; /* Track route propagation through tables */
u32 latency_limit; /* Events with longer duration are logged (us) */
u32 watchdog_warning; /* I/O loop watchdog limit for warning (us) */
u32 watchdog_timeout; /* Watchdog timeout (in seconds, 0 = disabled) */