From af3bf3dc7a6580b6cdca273201eb82998715d94f Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 21 Oct 2015 08:35:24 +0200 Subject: [PATCH] detect: optimize sgh layout --- src/detect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect.h b/src/detect.h index 721cd8a29a..808fd69820 100644 --- a/src/detect.h +++ b/src/detect.h @@ -967,10 +967,10 @@ typedef struct SigGroupHead_ { /* non mpm list excluding SYN rules */ uint32_t non_mpm_other_store_cnt; + uint32_t non_mpm_syn_store_cnt; SignatureNonMpmStore *non_mpm_other_store_array; // size is non_mpm_store_cnt * sizeof(SignatureNonMpmStore) /* non mpm list including SYN rules */ SignatureNonMpmStore *non_mpm_syn_store_array; // size is non_mpm_syn_store_cnt * sizeof(SignatureNonMpmStore) - uint32_t non_mpm_syn_store_cnt; /** the number of signatures in this sgh that have the filestore keyword * set. */