From 28de5133ecdcb5b45dc251123047164fbb940e50 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 15:45:35 +0000 Subject: ackd_timer_hook moded to neighbor.c --- proto/ospf/lsack.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'proto/ospf/lsack.c') diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index 4b5f3b9..47c7f6b 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -47,13 +47,6 @@ ospf_lsa_delay(struct ospf_neighbor *n,struct ospf_lsa_header *h, ntohl(h->id), ntohl(h->rt),h->type); } -void -ackd_timer_hook(timer *t) -{ - struct ospf_neighbor *n=t->data; - if(!EMPTY_LIST(n->ackl)) ospf_lsack_delay_tx(n); -} - void ospf_lsack_delay_tx(struct ospf_neighbor *n) { -- cgit v1.2.3