]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: locking update
authorVictor Julien <victor@inliniac.net>
Tue, 15 Apr 2014 09:18:47 +0000 (11:18 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Apr 2014 09:18:47 +0000 (11:18 +0200)
commitcf31e2cc74da5280b2be64f79db8e8f78acf18a6
tree8d3ecaa09a886eb3427eb80acf913a131d1ae7d9
parent5e1bc99e5be467c918d3eeecd8863789ea52ce9c
detect: locking update

Make DeStateDetectStartDetection get it's own alstate pointer instead
of using the one that was passed to it. We now get and use it only
inside a flow lock.
src/detect-engine-state.c
src/detect-engine-state.h
src/detect.c