--- libaitsched/inc/aitsched.h 2012/08/08 08:25:39 1.13 +++ libaitsched/inc/aitsched.h 2012/08/08 23:00:05 1.13.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.13 2012/08/08 08:25:39 misho Exp $ +* $Id: aitsched.h,v 1.13.2.1 2012/08/08 23:00:05 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -197,8 +197,7 @@ typedef TAILQ_HEAD(, sched_Task) sched_queue_t; /* root task */ struct sched_RootTask { int root_kq; - unsigned int root_miss; - unsigned int root_task_miss; + unsigned long root_miss; struct timespec root_wait; struct timespec root_poll; intptr_t root_cond; @@ -276,14 +275,6 @@ inline int schedPolling(sched_root_task_t * __restrict * return: -1 error or 0 ok */ inline int schedTermCondition(sched_root_task_t * __restrict root, intptr_t condValue); -/* - * schedMissEvents() - Set new miss events rate for regular tasks - * - * @root = root task - * @missEvents = maximum number of missed events before firing tasks - * return: -1 error or 0 ok - */ -inline int schedMissEvents(sched_root_task_t * __restrict root, u_int missEvents); /* * schedCall() - Call task execution function *