diff options
author | paulo <paul@bayleaf.org.uk> | 2010-01-27 16:11:25 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2010-01-27 16:11:25 +0000 |
commit | e6d986058f23f350aa6aedac4da5fe9f3afda6e8 (patch) | |
tree | 717e0dd247f4aeacae83c0878830fc910ff99a82 /bgpd/bgp_packet.h | |
parent | 6503ce4cef43d8fe4da510fe9c55911c4af296e9 (diff) | |
download | quagga-e6d986058f23f350aa6aedac4da5fe9f3afda6e8.tar.bz2 quagga-e6d986058f23f350aa6aedac4da5fe9f3afda6e8.tar.xz |
Wite route refresh received. Hive off statistics into separate struct.
Diffstat (limited to 'bgpd/bgp_packet.h')
-rw-r--r-- | bgpd/bgp_packet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_packet.h b/bgpd/bgp_packet.h index c60bcf04..81937522 100644 --- a/bgpd/bgp_packet.h +++ b/bgpd/bgp_packet.h @@ -22,6 +22,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #define _QUAGGA_BGP_PACKET_H #include "bgpd/bgp_attr.h" +#include "bgpd/bgp_route_refresh.h" #define BGP_NLRI_LENGTH 1U #define BGP_TOTAL_ATTR_LEN 2U @@ -60,4 +61,6 @@ extern int bgp_capability_receive (struct peer *, bgp_size_t); extern int bgp_update_receive (struct peer *peer, bgp_size_t size); +extern void bgp_route_refresh_recv(bgp_peer peer, bgp_route_refresh rr); + #endif /* _QUAGGA_BGP_PACKET_H */ |