diff options
author | Lou Berger <lberger@labn.net> | 2016-09-24 15:09:36 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-30 18:57:05 +0200 |
commit | 90dcf2d7772977e842ab3927d2508e3401fbce45 (patch) | |
tree | 626f4896060f3d1841dd5af5d57e60d7153e214b /bgpd/bgp_debug.h | |
parent | bgpd: remove old/duplicate, and now out of order prefixlen test (diff) | |
download | frr-90dcf2d7772977e842ab3927d2508e3401fbce45.tar.xz frr-90dcf2d7772977e842ab3927d2508e3401fbce45.zip |
bgp debug: restore printing of memstats on exit, now prints if any debug flag set
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 835d58573..00fb670a4 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -150,4 +150,5 @@ extern int bgp_debug_update(struct peer *peer, struct prefix *p, extern int bgp_debug_bestpath(struct prefix *p); extern int bgp_debug_zebra(struct prefix *p); +extern int bgp_debug_count(void); #endif /* _QUAGGA_BGP_DEBUG_H */ |