suricata
|
Helper structure used by AC during state table creation. More...
Data Fields | |
int32_t | store [STATE_QUEUE_CONTAINER_SIZE] |
int | top |
int | bot |
Helper structure used by AC during state table creation.
Definition at line 155 of file util-mpm-ac-ks.c.
int StateQueue_::bot |
Definition at line 158 of file util-mpm-ac-ks.c.
int32_t StateQueue_::store |
Definition at line 156 of file util-mpm-ac-ks.c.
int StateQueue_::top |
Definition at line 157 of file util-mpm-ac-ks.c.