From 620f1cd45f44eb2dc2d9dd16bdf6ba4512a1bd69 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 29 Aug 2013 11:53:34 +0200 Subject: Replace old task queue The handshakes are now schedules in a doubly-linked list that is maintained as a part of the peer structure. --- src/handshake.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/handshake.c') diff --git a/src/handshake.c b/src/handshake.c index d74436f..10dafa0 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -27,7 +27,6 @@ #include "handshake.h" #include "packet.h" #include "peer.h" -#include "task.h" static const char *const RECORD_TYPES[RECORD_MAX] = { -- cgit v1.2.3