|
|
@ -103,7 +103,6 @@ void *DetectThreadCtxGetGlobalKeywordThreadCtx(DetectEngineThreadCtx *det_ctx, i
|
|
|
|
|
|
|
|
|
|
|
|
TmEcode DetectEngineThreadCtxInit(ThreadVars *, void *, void **);
|
|
|
|
TmEcode DetectEngineThreadCtxInit(ThreadVars *, void *, void **);
|
|
|
|
TmEcode DetectEngineThreadCtxDeinit(ThreadVars *, void *);
|
|
|
|
TmEcode DetectEngineThreadCtxDeinit(ThreadVars *, void *);
|
|
|
|
//inline uint32_t DetectEngineGetMaxSigId(DetectEngineCtx *);
|
|
|
|
|
|
|
|
/* faster as a macro than a inline function on my box -- VJ */
|
|
|
|
/* faster as a macro than a inline function on my box -- VJ */
|
|
|
|
#define DetectEngineGetMaxSigId(de_ctx) ((de_ctx)->signum)
|
|
|
|
#define DetectEngineGetMaxSigId(de_ctx) ((de_ctx)->signum)
|
|
|
|
void DetectEngineResetMaxSigId(DetectEngineCtx *);
|
|
|
|
void DetectEngineResetMaxSigId(DetectEngineCtx *);
|
|
|
|