Inspection Nugget Hooks. More...
#include <api.h>
Data Fields | |
uint8_t(* | processBlock )(struct Block *, struct EventId *, struct List *, void *) |
FP to inspection handler. | |
bool(* | processDeferredList )(struct DeferredList *) |
FP to pending items. | |
bool(* | initThread )(void **) |
FP to per thread init function. | |
void(* | cleanupThread )(void *) |
FP to per thread cleanup function. |
Inspection Nugget Hooks.