mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
limex: add CANNOT_DIE flag and loop without test
This commit is contained in:
committed by
Matthew Barr
parent
7920b1086b
commit
8713cfbd9e
@@ -85,6 +85,7 @@
|
||||
|
||||
#define LIMEX_FLAG_COMPRESS_STATE 1 /**< pack state into stream state */
|
||||
#define LIMEX_FLAG_COMPRESS_MASKED 2 /**< use reach mask-based compression */
|
||||
#define LIMEX_FLAG_CANNOT_DIE 4 /**< limex cannot have no states on */
|
||||
|
||||
enum LimExTrigger {
|
||||
LIMEX_TRIGGER_NONE = 0,
|
||||
|
||||
Reference in New Issue
Block a user