summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>1999-05-24 20:22:00 +0200
committerOndrej Filip <feela@network.cz>1999-05-24 20:22:00 +0200
commit65112dd270dbfa598c1f8a5074bf7224b9e1469c (patch)
tree49951cda409582737326d6bbe01e0544d7a32ed8 /proto/ospf/ospf.h
parentdaeb60393d011f8ee1326e212b310983276b6ba1 (diff)
downloadbird-65112dd270dbfa598c1f8a5074bf7224b9e1469c.tar
bird-65112dd270dbfa598c1f8a5074bf7224b9e1469c.zip
ifa->time split into wait_timer and hello_timer. I will send hello in WAITING state.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 92e7468..6b57596 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -61,7 +61,8 @@ 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; /* WAIT and also HELLOINT time */
+ timer *wait_timer; /* WAIT timer */
+ timer *hello_timer; /* HELLOINT timer */
/* Default values for interface parameters */
#define COST_D 10
#define RXMTINT_D 5