From 4021b60aad57f71f5d3d5c105127f93bd77bf800 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Fri, 12 May 2006 22:55:41 +0000 Subject: [ospfd] Squash another ospf_lookup call 2006-05-11 Paul Jakma * ospf_lsa.c: (ospf_default_originate_timer) Let the thread take (struct ospf *) as thread argument, rather than (struct ospf *)->default_originate, thus avoiding having to call ospf_lookup. * ospf_zebra.c: (ospf_redistribute_default_set) change setup of ospf_default_originate_timer thread to match. * ospfd.c: (ospf_router_id_update) ditto. --- ospfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 480e54e3..dabef49e 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -11,6 +11,13 @@ * ospf_abr.c: (ospf_area_range_cost_set) Shouldn't create a new range, should just lookup to see if one exists, the new range is just leaked. Fixes CID #46. + * ospf_lsa.c: (ospf_default_originate_timer) Let the thread + take (struct ospf *) as thread argument, rather than (struct + ospf *)->default_originate, thus avoiding having to call + ospf_lookup. + * ospf_zebra.c: (ospf_redistribute_default_set) change setup + of ospf_default_originate_timer thread to match. + * ospfd.c: (ospf_router_id_update) ditto. 2006-04-24 Paul Jakma -- cgit v1.2.1