From 025b0e856a85dcae755e97922febc190145ba89c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 4 Mar 2002 15:52:40 +0000 Subject: [PATCH] New trace added. --- proto/ospf/lsalib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 27e27822..2d307b59 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)