--- libaitsched/src/aitsched.c 2012/01/08 03:28:26 1.4.2.3 +++ libaitsched/src/aitsched.c 2012/01/24 14:04:58 1.4.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.c,v 1.4.2.3 2012/01/08 03:28:26 misho Exp $ +* $Id: aitsched.c,v 1.4.2.4 2012/01/24 14:04:58 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -416,7 +416,7 @@ schedCancelby(sched_root_task_t * __restrict root, sch break; } } else if (criteria == CRITERIA_TV) { - if (!timercmp(&TASK_TV(task), (struct timeval*) param, -)) { + if (!timespeccmp(&TASK_TS(task), (struct timespec*) param, -)) { flg++; break; }