From 6c2649ab27f96dcc40a1f01a36a07d1603f39c51 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 27 Feb 2012 23:12:56 +0100 Subject: Add timeout to task queue --- src/task.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/task.h') 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); -- cgit v1.2.3