]> git.ipfire.org Git - people/ms/suricata.git/commit
detect: initial MT lookup logic
authorVictor Julien <victor@inliniac.net>
Thu, 29 Jan 2015 10:20:09 +0000 (11:20 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 23 Jul 2015 17:36:14 +0000 (19:36 +0200)
commitdef2b58725e6876abecceccecb096ba005eb34bc
tree215e2230334ccbf3090ca7af80ed91809ffcf41e
parent147a6d2bfd899d16a68d01874bbc8dda71ff791f
detect: initial MT lookup logic

In the DetectEngineThreadCtx, store another DetectEngineThreadCtx per
tenant.

Currently it's just a simple array indexed by the tenant id.
src/detect-engine.c
src/detect-engine.h
src/detect.c
src/detect.h