diff options
author | Ondrej Filip <feela@network.cz> | 2002-03-04 16:52:40 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2002-03-04 16:52:40 +0100 |
commit | 025b0e856a85dcae755e97922febc190145ba89c (patch) | |
tree | 651e47a9c74bafe6aeef68499c3a5f837b41fe56 | |
parent | b78696282de32a202a9bed304f8edf044833f36f (diff) | |
download | bird-025b0e856a85dcae755e97922febc190145ba89c.tar bird-025b0e856a85dcae755e97922febc190145ba89c.zip |
New trace added.
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 27e2782..2d307b5 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) |