diff options
author | hasso <hasso> | 2004-08-25 11:10:37 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-08-25 11:10:37 +0200 |
commit | ccb59b11047c71430eb55ed58eda94865bab20c8 (patch) | |
tree | c135d58534331ff4fd04223f512d317dbd4c8ed8 /ospf6d/ospf6_lsa.h | |
parent | 2004-08-23 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-ccb59b11047c71430eb55ed58eda94865bab20c8.tar.xz frr-ccb59b11047c71430eb55ed58eda94865bab20c8.zip |
SVN revisions 935-940 merge from Zebra CVS.
Diffstat (limited to 'ospf6d/ospf6_lsa.h')
-rw-r--r-- | ospf6d/ospf6_lsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h index 961f11e1d..be284498a 100644 --- a/ospf6d/ospf6_lsa.h +++ b/ospf6d/ospf6_lsa.h @@ -113,8 +113,9 @@ struct ospf6_lsa unsigned char flag; /* special meaning (e.g. floodback) */ struct timeval birth; /* tv_sec when LS age 0 */ - struct timeval installed; /* used by MinLSArrival check */ struct timeval originated; /* used by MinLSInterval check */ + struct timeval received; /* used by MinLSArrival check */ + struct timeval installed; struct thread *expire; struct thread *refresh; /* For self-originated LSA */ |