diff options
author | Maria Matejka <mq@ucw.cz> | 2020-05-01 22:26:24 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-09 19:20:41 +0100 |
commit | 56c8f2f03a8631417dc3b730625c08ffca42ead2 (patch) | |
tree | 665f5a2c3e0acfe8872c741a69c2485ced3e2700 /conf | |
parent | 1c2f66f2bd9b2996c8cba0604e7ac38738399000 (diff) |
Nest: Route generations and explicit tracking route propagion through pipes
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index 55cb9c58..69ef8a10 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -45,6 +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 */ 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) */ |