diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-08 01:48:33 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-08 01:48:33 +0200 |
commit | 17e29574bcf0e03e3243a48e784b0248925cc5b4 (patch) | |
tree | 5bb4b726c262dbffacd7bcf4134523002b3c1060 /proto/ospf/ospf.h | |
parent | 25a3f3da7a2312e5ae21ada2aeccc412e2d1d867 (diff) | |
download | bird-17e29574bcf0e03e3243a48e784b0248925cc5b4.tar bird-17e29574bcf0e03e3243a48e784b0248925cc5b4.zip |
Better algoritmus of LSA aging.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 443eec0..d22b617 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -350,7 +350,6 @@ struct ospf_area { node n; u32 areaid; timer *disp_timer; /* Area's dispatcher hear beat */ - bird_clock_t lage; /* Time of last aging */ int calcrt; /* Routing table calculation scheduled? */ int origrt; /* Rt lsa origination scheduled? */ struct top_graph *gr; /* LSA graph */ |