--- libaitsched/inc/defs.h 2011/12/08 08:02:23 1.2 +++ libaitsched/inc/defs.h 2012/01/08 00:51:17 1.3 @@ -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.3 2012/01/08 00:51:17 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