From 910e557b47f52bf38aa923a69249670d71befc02 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 29 Mar 2000 17:18:06 +0000 Subject: Many changes in dbdes sending & receiving. EXDONE caused. --- proto/ospf/ospf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 6557355..06ca56d 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -94,7 +94,6 @@ struct ospf_iface { #define OSPF_IS_DR 6 /* I'm DR */ timer *wait_timer; /* WAIT timer */ timer *hello_timer; /* HELLOINT timer */ - timer *rxmt_timer; /* RXMT timer */ /* Default values for interface parameters */ #define COST_D 10 #define RXMTINT_D 5 @@ -172,7 +171,7 @@ struct ospf_lsa_header { #define LSA_T_SUM_RT 4 #define LSA_T_EXT 5 u32 rt; /* Advertising router */ - u32 sn; /* LS Sequence number */ + s32 sn; /* LS Sequence number */ #define LSA_INITSEQNO 0x80000001 #define LSA_MAXSEQNO 0x7fffffff u16 checksum; @@ -264,6 +263,7 @@ struct ospf_neighbor slist lsrtl; /* Link state retransmission list */ siterator lsrti; void *ldbdes; /* Last database description packet */ + timer *rxmt_timer; /* RXMT timer */ }; /* Definitions for interface state machine */ -- cgit v1.2.3