--- libaitsched/inc/aitsched.h 2012/03/13 10:01:59 1.6 +++ libaitsched/inc/aitsched.h 2012/04/26 08:15:22 1.6.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.6 2012/03/13 10:01:59 misho Exp $ +* $Id: aitsched.h,v 1.6.2.1 2012/04/26 08:15:22 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -250,7 +250,7 @@ inline void *schedFetch(sched_root_task_t * __restrict * @killState = kill condition variable, if !=0 stop scheduler loop * return: -1 error or 0 ok */ -int schedRun(sched_root_task_t * __restrict root, volatile intptr_t * __restrict killState); +int schedRun(sched_root_task_t *root, volatile intptr_t * __restrict killState); /* * schedCancel() - Cancel task from scheduler *