From 30147b89ff3a389ad40096505f3d1a5ba1705736 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 8 Mar 2000 12:50:28 +0000 Subject: Sending of DBDes. (Checksum and length calculation NOT done.) --- proto/ospf/topology.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/topology.h') diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index e2021b0..6a1aad5 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -10,6 +10,7 @@ #define _BIRD_OSPF_TOPOLOGY_H_ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */ + snode n; struct top_hash_entry *next; /* Next in hash chain */ struct top_vertex *vertex; u32 lsa_id, rtr_id; @@ -25,6 +26,7 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */ #define LSA_CHECKAGE 300 /* 5 minutes */ #define LSA_MAXAGEDIFF 900 /* 15 minutes */ u32 lsseqno; + u16 length, checksum; #define LSA_INITSEQNO 0x80000001 #define LSA_MAXSEQNO 0x7fffffff }; -- cgit v1.2.3