]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
New trace added.
authorOndrej Filip <feela@network.cz>
Mon, 4 Mar 2002 15:52:40 +0000 (15:52 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 4 Mar 2002 15:52:40 +0000 (15:52 +0000)
proto/ospf/lsalib.c

index 27e2782290713cb2a0d47ffa1a3ba4b68c996a03..2d307b5921844c5c2416f4f3cb06de1c6eac95e4 100644 (file)
@@ -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)