diff options
author | Maria Matejka <mq@ucw.cz> | 2023-12-08 08:30:30 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-12-08 08:30:30 +0100 |
commit | 4aac1b259fa94b99427f837564876baa2183ccb1 (patch) | |
tree | a81fa905eb8bd6beec1b9e057b2199b0865b46dc /conf | |
parent | bcf2327425d4dd96f381b87501cccf943bed606e (diff) | |
parent | 54ddf90f6370f06efc71c3ffd6e02d031a86866f (diff) |
Merge commit '54ddf90f'
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 8fd6713e..c0a897fc 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -35,6 +35,7 @@ struct config { u32 proto_default_debug; /* Default protocol debug mask */ u32 proto_default_mrtdump; /* Default protocol mrtdump mask */ u32 channel_default_debug; /* Default channel debug mask */ + u32 table_default_debug; /* Default table debug mask */ struct timeformat tf_route; /* Time format for 'show route' */ struct timeformat tf_proto; /* Time format for 'show protocol' */ struct timeformat tf_log; /* Time format for the logfile */ |