suricata
SpmThreadCtx_ Struct Reference

#include <util-spm.h>

Data Fields

uint8_t matcher
 
void * ctx
 

Detailed Description

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.

Field Documentation

◆ ctx

void* SpmThreadCtx_::ctx

Definition at line 56 of file util-spm.h.

◆ matcher

uint8_t SpmThreadCtx_::matcher

Definition at line 55 of file util-spm.h.

Referenced by SpmDestroyThreadCtx().


The documentation for this struct was generated from the following file: