--- libaitsched/inc/aitsched.h 2011/09/12 08:06:19 1.1.1.1.2.7 +++ libaitsched/inc/aitsched.h 2011/10/04 13:29:00 1.2.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.1.1.1.2.7 2011/09/12 08:06:19 misho Exp $ +* $Id: aitsched.h,v 1.2.2.1 2011/10/04 13:29:00 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -96,6 +96,8 @@ struct sched_HooksTask { sched_hook_func_t run; /* fetch(sched_root_task_t *root, NULL) -> sched_task_t* */ sched_hook_func_t fetch; + /* exception(sched_root_task_t *root, NULL) -> int */ + sched_hook_func_t exception; } hook_exec; struct { /* init(sched_root_task_t *root, void *data) -> int */