detect: remove ticker

Last consumer of it has been converted.
pull/6371/head
Victor Julien 4 years ago
parent 9a5c666b26
commit dfe71bb773

@ -833,7 +833,6 @@ static DetectRunScratchpad DetectRunSetup(
#ifdef UNITTESTS
p->alerts.cnt = 0;
#endif
det_ctx->ticker++;
det_ctx->filestore_cnt = 0;
det_ctx->base64_decoded_len = 0;
det_ctx->raw_stream_progress = 0;

@ -1005,9 +1005,6 @@ typedef struct DetectEngineThreadCtx_ {
* on this being the first member */
uint32_t tenant_id;
/** ticker that is incremented once per packet. */
uint64_t ticker;
/* the thread to which this detection engine thread belongs */
ThreadVars *tv;

Loading…
Cancel
Save