suricata
|
#include <util-spm.h>
Data Fields | |
uint8_t | matcher |
void * | ctx |
Structure holding a global prototype for per-thread scratch space, passed to each InitCtx call.
Definition at line 47 of file util-spm.h.
void* SpmGlobalThreadCtx_::ctx |
Definition at line 49 of file util-spm.h.
uint8_t SpmGlobalThreadCtx_::matcher |
Definition at line 48 of file util-spm.h.
Referenced by SpmDestroyGlobalThreadCtx(), SpmInitCtx(), and SpmMakeThreadCtx().