From ccb59b11047c71430eb55ed58eda94865bab20c8 Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 25 Aug 2004 09:10:37 +0000 Subject: SVN revisions 935-940 merge from Zebra CVS. --- ospf6d/ospf6_lsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ospf6d/ospf6_lsa.h') diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h index 961f11e1..be284498 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 */ -- cgit v1.2.1