]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: locking update continued
authorVictor Julien <victor@inliniac.net>
Tue, 15 Apr 2014 10:23:21 +0000 (12:23 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Apr 2014 10:23:21 +0000 (12:23 +0200)
commitb6e2a6f5255cd98d98f9e5dceb934d1ad5b3e434
tree769e0dad27eaf92ea0ef6c30ac3de844daae56d6
parentcf31e2cc74da5280b2be64f79db8e8f78acf18a6
detect: locking update continued

Make DeStateDetectContinueDetection 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