limex: add CANNOT_DIE flag and loop without test

This commit is contained in:
Justin Viiret
2017-04-03 11:40:42 +10:00
committed by Matthew Barr
parent 7920b1086b
commit 8713cfbd9e
3 changed files with 28 additions and 1 deletions

View File

@@ -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,