diff options
author | paulo <paul@bayleaf.org.uk> | 2009-12-18 16:48:20 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2009-12-18 16:48:20 +0000 |
commit | 1a88dd5744496aaf1fe5c2d4a859cae0612fdff3 (patch) | |
tree | 3dda7a4c2d4eddbd2b3a2c3f873d8015aded6362 /lib/command.h | |
parent | bb48a82760858f94e7d2ce767ee61d98be2ee071 (diff) | |
download | quagga-1a88dd5744496aaf1fe5c2d4a859cae0612fdff3.tar.bz2 quagga-1a88dd5744496aaf1fe5c2d4a859cae0612fdff3.tar.xz |
QDEBUG handling. Debug banner on stderr, vty and log file. Annouce
before and after reading config file. Announce on all vty when shutting
down.
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; /* "<cr>" global */ extern char *command_cr; + +#ifdef QDEBUG +extern const char *debug_banner; +#endif + #endif /* _ZEBRA_COMMAND_H */ |