suricata
StateQueue_ Struct Reference

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
 

Detailed Description

Helper structure used by AC during state table creation.

Definition at line 33 of file util-mpm-ac-queue.h.

Field Documentation

◆ bot

uint32_t StateQueue_::bot

Definition at line 35 of file util-mpm-ac-queue.h.

◆ size

uint32_t StateQueue_::size

Definition at line 36 of file util-mpm-ac-queue.h.

Referenced by SCACStateQueueAlloc().

◆ store

int32_t* StateQueue_::store

Definition at line 37 of file util-mpm-ac-queue.h.

Referenced by SCACStateQueueAlloc(), and SCACStateQueueFree().

◆ top

uint32_t StateQueue_::top

Definition at line 34 of file util-mpm-ac-queue.h.


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