diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 17:45:35 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 17:45:35 +0200 |
commit | 28de5133ecdcb5b45dc251123047164fbb940e50 (patch) | |
tree | 22c279156b3d4fd805649f40a36828fe18aa14f1 /proto/ospf/lsack.c | |
parent | d03e8ce00b8fea374bbc06a4eb5254e911557e83 (diff) | |
download | bird-28de5133ecdcb5b45dc251123047164fbb940e50.tar bird-28de5133ecdcb5b45dc251123047164fbb940e50.zip |
ackd_timer_hook moded to neighbor.c
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r-- | proto/ospf/lsack.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -48,13 +48,6 @@ ospf_lsa_delay(struct ospf_neighbor *n,struct ospf_lsa_header *h, } 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) { struct ospf_packet *op; |