diff options
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; |