Now that our make progress value is 47, we don't need an int.
AppProto alproto;
/** Minimal Tx progress we need before running the engine. Only used
* with Tx Engine */
- int tx_min_progress;
+ uint8_t tx_min_progress;
/** Context for matching. Might be MpmCtx for MPM engines, other ctx'
* for other engines. */
AppProto alproto;
/** Minimal Tx progress we need before running the engine. Only used
* with Tx Engine */
- int tx_min_progress;
+ uint8_t tx_min_progress;
/** Context for matching. Might be MpmCtx for MPM engines, other ctx'
* for other engines. */