--- libaitsched/src/aitsched.c 2012/01/24 14:51:03 1.4.2.6 +++ libaitsched/src/aitsched.c 2012/01/24 15:29:09 1.4.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.c,v 1.4.2.6 2012/01/24 14:51:03 misho Exp $ +* $Id: aitsched.c,v 1.4.2.7 2012/01/24 15:29:09 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -419,7 +419,7 @@ schedCancelby(sched_root_task_t * __restrict root, sch break; } } else if (criteria == CRITERIA_TV) { - if (!timespeccmp(&TASK_TS(task), (struct timespec*) param, -)) { + if (!sched_timespeccmp(&TASK_TS(task), (struct timespec*) param, -)) { flg++; break; }