crinitHookType_t
Definition: optfeat.h:12
@ INIT
Initialization of the optional feature (eg. setup database).
Definition: optfeat.h:13
@ START
The optional feature is triggered by a specific event.
Definition: optfeat.h:15
@ EXIT
Cleanup of the optional feature (remove temporary files).
Definition: optfeat.h:14
@ TASK_ADDED
Hook handles the addition of a new task.
Definition: optfeat.h:16
int crinitFeatureHook(const char *sysFeatName, crinitHookType_t type, void *data)
Definition: optfeat.c:42