--- libaitsched/inc/defs.h 2011/12/08 08:02:23 1.2 +++ libaitsched/inc/defs.h 2011/12/08 09:17:34 1.2.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.2 2011/12/08 08:02:23 misho Exp $ +* $Id: defs.h,v 1.2.2.1 2011/12/08 09:17:34 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -61,6 +61,9 @@ extern int sched_Errno; extern char sched_Error[]; inline void sched_SetErr(int, char *, ...); + +inline sched_task_t *_sched_useTask(sched_root_task_t * __restrict root); +inline sched_task_t *_sched_unuseTask(sched_task_t * __restrict task); #endif