From d899fca42570d53c714d7656f628551939a2ac0c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 23 May 2014 02:59:46 +0200 Subject: Implement a different fix for the waitpid race condition not needing a reaper thread for each child --- src/fastd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index 232778d..6580458 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -246,6 +246,7 @@ struct fastd_context { fastd_dlist_head_t handshake_queue; struct timespec next_maintenance; + VECTOR(pid_t) async_pids; int async_rfd; int async_wfd; -- cgit v1.2.3