]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_advertise.h
Changes to improve BGP convergence time:
[mirror_frr.git] / bgpd / bgp_advertise.h
index 672d42d8c67bdbc5b5b35db50d3e8584607e1711..36ab576989f05587086ea4b47470f1f5cac76e55 100644 (file)
@@ -146,6 +146,9 @@ struct bgp_synchronize
     (F)->count = 0;                            \
   } while (0)
 
+#define BGP_ADV_FIFO_COUNT(F) \
+  (F)->count
+
 /* Prototypes.  */
 extern void bgp_adj_out_set (struct bgp_node *, struct peer *, struct prefix *,
                      struct attr *, afi_t, safi_t, struct bgp_info *);