--- libaitsched/inc/aitsched.h 2013/08/15 17:58:30 1.19.2.2 +++ libaitsched/inc/aitsched.h 2013/08/15 18:39:00 1.19.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.19.2.2 2013/08/15 17:58:30 misho Exp $ +* $Id: aitsched.h,v 1.19.2.3 2013/08/15 18:39:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -179,7 +179,7 @@ struct sched_Task { #define TASK_FUNC(x) (x)->task_func intptr_t task_ret; #define TASK_RET(x) (x)->task_ret - unsigned int task_flag; + unsigned long task_flag; #define TASK_FLAG(x) (x)->task_flag void *task_arg;