Hi,
I have some questions.
i have added these hooks in the config file
Task.addHookSet({
exitFxn: '&myExit'
deleteFxn: '&myDelete'
});
Why if i program using C++ cannot put a static c++ function like 'CMyThread::myExit'
I need to pass through a c wrapper function....
The hooks works well, i can retrieve information about Task_struct but i do not see
how to retrieve information about Task_params.
Any idea?
Regards