]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow-time: handle detect-less case
authorVictor Julien <victor@inliniac.net>
Mon, 16 Dec 2013 16:32:13 +0000 (17:32 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 27 Jan 2014 12:22:47 +0000 (13:22 +0100)
commitdfda0cd4b6de8e599c815099620b76038cb29daa
tree20aff71c6154e030d6765090fc6df59a68541bc1
parent258778cde491af02541ce1fcdc76ae60af6565d4
flow-time: handle detect-less case

Flow timeout code keeps track of thread module running detect, and
fails (hard) if it doesn't find it.

This changeset retrieves the global g_detect_disabled and passes
it to the timeout handling code during setup.
src/flow-manager.c
src/flow-timeout.c
src/flow-timeout.h