hi all ...
i'm currently working on a replacement for the int (*sys_idlehook)(void); function pointer in the scheduler.
i'm working with something like: static t_int run_idle_callbacks(void); EXTERN void set_callback(t_int (*callback) (t_int* argv), t_int* argv, t_int argc);
i'd prefer to get rid of the sys_idlehook function pointer, but i'm curious, if anyone uses it (i don't want to break anything).
cheers ... tim