From 59e2188cb7020e43e25c9d5bdcd011f341ddfc1d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 27 Apr 1999 13:04:33 +0000 Subject: Just changes of comments. --- proto/ospf/ospf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 26d201a..b96ee91 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -55,9 +55,7 @@ struct ospf_iface { #define OSPF_IS_DROTHER 3 /* I'm on BCAST or NBMA and I'm not DR */ #define OSPF_IS_BACKUP 4 /* I'm BDR */ #define OSPF_IS_DR 5 /* I'm DR */ - timer *timer; /* One shot Wait timer - used after DOWN->UP - * And timer for hello */ - + timer *timer; /* WAIT and also HELLOINT time */ /* Default values for interface parameters */ #define COST_D 10 #define RXMTINT_D 5 -- cgit v1.2.3