suricata
|
#include <util-spm.h>
Data Fields | |
uint8_t | matcher |
void * | ctx |
Structure holding some mutable per-thread space for use by a matcher at scan time. Constructed from SpmGlobalThreadCtx by the MakeThreadCtx call.
Definition at line 54 of file util-spm.h.
void* SpmThreadCtx_::ctx |
Definition at line 56 of file util-spm.h.
uint8_t SpmThreadCtx_::matcher |
Definition at line 55 of file util-spm.h.
Referenced by SpmDestroyThreadCtx().