diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-31 16:21:56 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-31 16:21:56 +0200 |
commit | d1660fd3f38c29739ff36c86c6010d65fb90c608 (patch) | |
tree | 6f0ba3a810da517dff7ce5a4fb914dedb62c2739 /proto/ospf/ospf.h | |
parent | 70a383198ae08bed395f2a083c1bea5b37447705 (diff) | |
download | bird-d1660fd3f38c29739ff36c86c6010d65fb90c608.tar bird-d1660fd3f38c29739ff36c86c6010d65fb90c608.zip |
Sort cleanup in aging.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 8176035..087e6e7 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -325,6 +325,7 @@ 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 */ |