From 62924172aef9cf5308fd21d3ad5f6572b977c268 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 2 Jun 2000 13:52:50 +0000 Subject: Flush LSA when receive aged one. --- proto/ospf/lsalib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/lsalib.h') diff --git a/proto/ospf/lsalib.h b/proto/ospf/lsalib.h index 8dc1561..4c74bc4 100644 --- a/proto/ospf/lsalib.h +++ b/proto/ospf/lsalib.h @@ -24,5 +24,6 @@ int lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2); struct top_hash_entry *lsa_install_new(struct ospf_lsa_header *lsa, void *body, struct ospf_area *oa, struct proto *p); void ospf_age(struct ospf_area *oa); +void flush_lsa(struct top_hash_entry *en, struct ospf_area *oa); #endif /* _BIRD_OSPF_LSALIB_H_ */ -- cgit v1.2.3