suricata
|
Helper structure used by AC during state table creation. More...
#include <util-mpm-ac-queue.h>
Data Fields | |
uint32_t | top |
uint32_t | bot |
uint32_t | size |
int32_t * | store |
Helper structure used by AC during state table creation.
Definition at line 33 of file util-mpm-ac-queue.h.
uint32_t StateQueue_::bot |
Definition at line 35 of file util-mpm-ac-queue.h.
uint32_t StateQueue_::size |
Definition at line 36 of file util-mpm-ac-queue.h.
Referenced by SCACStateQueueAlloc().
int32_t* StateQueue_::store |
Definition at line 37 of file util-mpm-ac-queue.h.
Referenced by SCACStateQueueAlloc(), and SCACStateQueueFree().
uint32_t StateQueue_::top |
Definition at line 34 of file util-mpm-ac-queue.h.