--- libaitsched/inc/aitsched.h 2011/10/04 13:29:00 1.2.2.1 +++ libaitsched/inc/aitsched.h 2011/10/04 13:50:05 1.2.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.2.2.1 2011/10/04 13:29:00 misho Exp $ +* $Id: aitsched.h,v 1.2.2.2 2011/10/04 13:50:05 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -104,6 +104,8 @@ struct sched_HooksTask { sched_hook_func_t init; /* fini(sched_root_task_t *root, NULL) -> int */ sched_hook_func_t fini; + /* error(sched_root_task_t *root, int errno) -> int */ + sched_hook_func_t error; } hook_root; }; typedef struct sched_HooksTask hooks_task_t;