diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/wti.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/wti.h b/runtime/wti.h index f8a1bf53..0c2af12e 100644 --- a/runtime/wti.h +++ b/runtime/wti.h @@ -80,6 +80,9 @@ struct wti_s { uchar *pszDbgHdr; /* header string for debug messages */ actWrkrInfo_t *actWrkrInfo; /* *array* of action wrkr infos for all actions (sized for max nbr of actions in config!) */ DEF_ATOMIC_HELPER_MUT(mutIsRunning); + struct { + uint8_t bPrevWasSuspended; + } execState; /* state for the execution engine */ }; |