From 1a88dd5744496aaf1fe5c2d4a859cae0612fdff3 Mon Sep 17 00:00:00 2001 From: paulo Date: Fri, 18 Dec 2009 16:48:20 +0000 Subject: QDEBUG handling. Debug banner on stderr, vty and log file. Annouce before and after reading config file. Announce on all vty when shutting down. --- lib/command.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index 9cc472a7..c0d79f94 100644 --- a/lib/command.h +++ b/lib/command.h @@ -381,4 +381,9 @@ extern struct host host; /* "" global */ extern char *command_cr; + +#ifdef QDEBUG +extern const char *debug_banner; +#endif + #endif /* _ZEBRA_COMMAND_H */ -- cgit v1.2.3