diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-23 02:59:46 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-23 02:59:46 +0200 |
commit | d899fca42570d53c714d7656f628551939a2ac0c (patch) | |
tree | 2b9d6ba4dba2ede61488623c762ec4a541dd858e /src/fastd.h | |
parent | 47a34ece26a093102675e0a2dfc42c8182b98257 (diff) | |
download | fastd-d899fca42570d53c714d7656f628551939a2ac0c.tar fastd-d899fca42570d53c714d7656f628551939a2ac0c.zip |
Implement a different fix for the waitpid race condition not needing a reaper thread for each child
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |