summaryrefslogtreecommitdiffstats
path: root/ffd/queue.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 10:58:10 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 10:58:10 +0200
commitc3a0c36d3c935097ccc72d92581f0f2b7bc794a9 (patch)
tree538690a93e5a2282710bc623ec8b23312998c605 /ffd/queue.h
parent4a40b6246a4862ac52fa4ef7f692f63784e72330 (diff)
downloadffd-c3a0c36d3c935097ccc72d92581f0f2b7bc794a9.tar
ffd-c3a0c36d3c935097ccc72d92581f0f2b7bc794a9.zip
Revert "Somewhat hacky implementation of update retransmits"
This reverts commit 4a40b6246a4862ac52fa4ef7f692f63784e72330.
Diffstat (limited to 'ffd/queue.h')
-rw-r--r--ffd/queue.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ffd/queue.h b/ffd/queue.h
index 4674481..9fae53d 100644
--- a/ffd/queue.h
+++ b/ffd/queue.h
@@ -40,10 +40,6 @@ typedef struct _ffd_queue_head {
} ffd_queue_head;
-extern ffd_queue_head *tasks;
-extern ffd_queue_head *retransmits;
-
-
void ffd_queue_put(ffd_queue_head **queue, ffd_queue_cb cb, const struct timespec *timeout, void *arg);