summaryrefslogtreecommitdiffstats
path: root/src/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.h')
-rw-r--r--src/task.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/task.h b/src/task.h
index d816de7..731510b 100644
--- a/src/task.h
+++ b/src/task.h
@@ -60,6 +60,9 @@ typedef union _fastd_task {
fastd_task* fastd_task_get(fastd_context *ctx);
+static inline int fastd_task_timeout(fastd_context *ctx) {
+ return fastd_queue_timeout(&ctx->task_queue);
+}
void fastd_task_put_send_handshake(fastd_context *ctx, const fastd_peer *peer, fastd_buffer buffer);