From 9bc1808a27b35499d2438d731ade6d2cba8aa355 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 3 May 2000 00:08:48 +0000 Subject: Better rt and net originating. --- proto/ospf/ospf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 7528921..22064b9 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -102,7 +102,8 @@ struct ospf_iface { #define WAIT_DMH 3 /* Value of Wait timer - not found it in RFC * - using 3*HELLO */ - struct top_hash_entry *nlsa; + struct top_hash_entry *nlsa; /* Originated net lsa */ + int fadj; /* Number of full adjacent neigh */ }; struct ospf_packet { -- cgit v1.2.3