--- libaitsched/inc/defs.h 2011/11/30 23:44:57 1.1.1.1.4.1 +++ 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.1.1.1.4.1 2011/11/30 23:44:57 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