summaryrefslogtreecommitdiffstats
path: root/conf/conf.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-07 22:50:03 +0100
committerMartin Mares <mj@ucw.cz>2000-03-07 22:50:03 +0100
commitf30b86f9d5004a3e159c385269e76efc71b1566a (patch)
tree0e81339b3882b3a6083f0f4a20ef6e0b8ed195b3 /conf/conf.h
parent3eb0b586ca93b1d0d34f935cac8524e02f708126 (diff)
downloadbird-f30b86f9d5004a3e159c385269e76efc71b1566a.tar
bird-f30b86f9d5004a3e159c385269e76efc71b1566a.zip
Added configuration of default protocol debugging flags.
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 5b80b0d..78ab04a 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -21,6 +21,7 @@ struct config {
list logfiles; /* Configured log fils (sysdep) */
struct rtable_config *master_rtc; /* Configuration of master routing table */
u32 router_id; /* Our Router ID */
+ unsigned int proto_default_debug; /* Default protocol debug mask */
char *err_msg; /* Parser error message */
int err_lino; /* Line containing error */
char *file_name; /* Name of configuration file */