From: Ondrej Filip Date: Mon, 4 Mar 2002 15:52:40 +0000 (+0000) Subject: New trace added. X-Git-Tag: v1.2.0~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=025b0e856a85dcae755e97922febc190145ba89c;p=thirdparty%2Fbird.git New trace added. --- diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 27e278229..2d307b592 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -41,6 +41,8 @@ ospf_age(struct ospf_area *oa) struct top_hash_entry *en,*nxt; int flush=can_flush_lsa(oa); + OSPF_TRACE(D_EVENTS, "Running ospf_age"); + WALK_SLIST_DELSAFE(en,nxt,oa->lsal) { if(oa->calcrt)