--- libaitsched/inc/aitsched.h 2019/01/14 15:58:50 1.29 +++ libaitsched/inc/aitsched.h 2022/11/28 23:06:06 1.29.10.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.29 2019/01/14 15:58:50 misho Exp $ +* $Id: aitsched.h,v 1.29.10.1 2022/11/28 23:06:06 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -215,7 +215,7 @@ typedef TAILQ_HEAD(, sched_Task) sched_queue_t; /* root task */ struct sched_RootTask { int root_kq; - fd_set root_fds[2]; + fd_set root_fds[3]; struct timespec root_wait; struct timespec root_poll; unsigned long root_miss;