[bgpd] trivial: use a distinct memtype for struct bgp_synchronize
2006-03-19 Paul Jakma <paul.jakma@sun.com>
* memtypes.c: Add MTYPE_BGP_SYNCHRONISE.
* bgp_advertise.c: Use a distinct memory type for struct
bgp_synchronize.
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index b80c7b2..3f0cad7 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -11,6 +11,8 @@
(bgp_vty_init) Install show_bgp_memory_cmd.
* bgp_nexthop.h: Include if.h as a dependent header, for struct
connected.
+ * bgp_advertise.c: Use a distinct memory type for struct
+ bgp_synchronize.
2006-03-12 Paul Jakma <paul.jakma@sun.com>