diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-09 13:49:31 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 13:49:31 +0100 |
commit | 4eeae48214bde9807e8b3312f5a7a5de9f2f1b42 (patch) | |
tree | c855923f61954acdc8e9785951e7478df8c65e41 /conf | |
parent | 01c9f3d78e596336434fd313e4ed8bdc8db248b6 (diff) | |
parent | 56c8f2f03a8631417dc3b730625c08ffca42ead2 (diff) |
Merge commit '56c8f2f0' into haugesund
Conflicts:
nest/route.h
nest/rt-table.c
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) */ |