--- libaitsched/inc/aitsched.h 2026/05/19 00:39:51 1.34.2.1 +++ libaitsched/inc/aitsched.h 2026/05/19 15:47:47 1.34.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.34.2.1 2026/05/19 00:39:51 misho Exp $ +* $Id: aitsched.h,v 1.34.2.2 2026/05/19 15:47:47 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -146,7 +146,7 @@ struct sched_HooksTask { sched_hook_func_t exception; /* condition(sched_root_task_t *root, intptr_t *stopValue) -> int */ sched_hook_func_t condition; - /* profile(sched_root_task_t *root, intptr_t *stageValue) -> int */ + /* profile(sched_task_t *root, intptr_t *stageValue) -> int */ sched_hook_func_t profile; } hook_exec; struct {