summaryrefslogtreecommitdiffstats
path: root/ffd/queue.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 05:04:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-20 05:04:19 +0200
commit4a40b6246a4862ac52fa4ef7f692f63784e72330 (patch)
tree30e38a835360c6e8585dd7cd63ea46a5bd80351e /ffd/queue.h
parentbc9f976d7fe70176aac4bc9c87205d6ac1f530cc (diff)
downloadffd-4a40b6246a4862ac52fa4ef7f692f63784e72330.tar
ffd-4a40b6246a4862ac52fa4ef7f692f63784e72330.zip
Somewhat hacky implementation of update retransmits
Diffstat (limited to 'ffd/queue.h')
-rw-r--r--ffd/queue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ffd/queue.h b/ffd/queue.h
index 9fae53d..4674481 100644
--- a/ffd/queue.h
+++ b/ffd/queue.h
@@ -40,6 +40,10 @@ 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);