summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-18 03:06:16 +0200
committerOndrej Filip <feela@network.cz>2000-04-18 03:06:16 +0200
commit67315ef64e3655c65cfab032d637fe29d3cf91b2 (patch)
tree95ddb8cb514d5163c4fb5cbf1eb13bf2ab5d7ec3 /proto/ospf/ospf.h
parent2a0925948de20bd391d2c27a08ffdf2b4350e5c3 (diff)
downloadbird-67315ef64e3655c65cfab032d637fe29d3cf91b2.tar
bird-67315ef64e3655c65cfab032d637fe29d3cf91b2.zip
Some lsack work. There is something very worng. :-( It locked my network.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 6bcaef3..0039787 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -286,6 +286,8 @@ struct ospf_neighbor
void *ldbdes; /* Last database description packet */
timer *rxmt_timer; /* RXMT timer */
timer *lsrr_timer; /* Link state requiest retransmition timer */
+ list ackl;
+ timer *ackd_timer; /* Delayed ack timer */
};
/* Definitions for interface state machine */