diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-03 00:19:41 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-03 00:19:41 +0200 |
commit | c45f48fba5a0904f9c3512c3b42c38183fef348b (patch) | |
tree | 3679fc0a54a1bc3f316d6024d4c90d4997d065ff /proto/ospf/lsalib.h | |
parent | a92847e78fabd637938f324c78d5eb41538a5692 (diff) | |
download | bird-c45f48fba5a0904f9c3512c3b42c38183fef348b.tar bird-c45f48fba5a0904f9c3512c3b42c38183fef348b.zip |
Aging of lsa database added.
Diffstat (limited to 'proto/ospf/lsalib.h')
-rw-r--r-- | proto/ospf/lsalib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/lsalib.h b/proto/ospf/lsalib.h index b16ec78..1b8699e 100644 --- a/proto/ospf/lsalib.h +++ b/proto/ospf/lsalib.h @@ -23,5 +23,7 @@ u16 lsasum_check(struct ospf_lsa_header *h,void *body,struct proto_ospf *po); 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 top_hash_entry *en, bird_clock_t delta, int flush, + struct proto *p); #endif /* _BIRD_OSPF_LSALIB_H_ */ |