--- libaitsched/inc/aitsched.h 2014/01/27 16:52:56 1.24.2.2 +++ libaitsched/inc/aitsched.h 2014/01/27 17:08:02 1.24.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.24.2.2 2014/01/27 16:52:56 misho Exp $ +* $Id: aitsched.h,v 1.24.2.3 2014/01/27 17:08:02 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -214,14 +214,9 @@ typedef TAILQ_HEAD(, sched_Task) sched_queue_t; /* root task */ struct sched_RootTask { int root_kq; -#ifndef KQ_DISABLE + fd_set root_fds[2]; struct timespec root_wait; struct timespec root_poll; -#else - fd_set root_fds[2]; - struct timeval root_wait; - struct timeval root_poll; -#endif unsigned long root_miss; intptr_t root_cond; void *root_ret;