summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.h
diff options
context:
space:
mode:
authorpaulo <paul@bayleaf.org.uk>2010-01-27 11:40:13 +0000
committerpaulo <paul@bayleaf.org.uk>2010-01-27 11:40:13 +0000
commit6503ce4cef43d8fe4da510fe9c55911c4af296e9 (patch)
tree39776a6f5c1ee6046aafc0072f92c923840fb9ca /bgpd/bgp_debug.h
parentffb52b1a705814c52d2d1b41c7058897f11b5aa3 (diff)
downloadquagga-6503ce4cef43d8fe4da510fe9c55911c4af296e9.tar.bz2
quagga-6503ce4cef43d8fe4da510fe9c55911c4af296e9.tar.xz
Fixed program shutdown. Added peering engine side of TTL changing.
Changed names of peer states. Writed in peering engine side of sending route_refresh.
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r--bgpd/bgp_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h
index ce8547b0..9a7d7d80 100644
--- a/bgpd/bgp_debug.h
+++ b/bgpd/bgp_debug.h
@@ -125,4 +125,6 @@ extern void bgp_notify_print (struct peer *, struct bgp_notify *, const char *);
extern const struct message bgp_status_msg[];
extern const int bgp_status_msg_max;
+extern const struct message bgp_peer_status_msg[];
+extern const int bgp_peer_status_msg_max;
#endif /* _QUAGGA_BGP_DEBUG_H */