From 0bc7c9d057d137b72c54d2da7fca522d36128f6a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 7 Jun 2017 01:39:08 -0500 Subject: queue: entirely rework parallel system This removes our dependency on padata and moves to a different mode of multiprocessing that is more efficient. This began as Samuel Holland's GSoC project and was gradually reworked/redesigned/rebased into this present commit, which is a combination of his initial contribution and my subsequent rewriting and redesigning. --- src/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket.c') diff --git a/src/socket.c b/src/socket.c index dce5313..4f78de1 100644 --- a/src/socket.c +++ b/src/socket.c @@ -3,7 +3,7 @@ #include "device.h" #include "peer.h" #include "socket.h" -#include "packets.h" +#include "queueing.h" #include "messages.h" #include -- cgit v1.2.3-59-g8ed1b