--- libaitsched/inc/aitsched.h 2023/02/23 15:36:41 1.31.2.1 +++ libaitsched/inc/aitsched.h 2023/02/23 17:13:01 1.31.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.31.2.1 2023/02/23 15:36:41 misho Exp $ +* $Id: aitsched.h,v 1.31.2.2 2023/02/23 17:13:01 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -226,6 +226,7 @@ struct sched_RootTask { void *root_ret; #ifdef HAVE_LIBPTHREAD pthread_t root_sigthr; + sigset_t root_sigset; #endif pthread_mutex_t root_mtx[taskMAX];