]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream-tcp: no longer register as a thread module
authorVictor Julien <victor@inliniac.net>
Fri, 27 May 2016 14:02:06 +0000 (16:02 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 28 May 2016 07:10:26 +0000 (09:10 +0200)
commit8b06badbcfc3f3145f6d186b628010bbd7a42027
treef82efce8e4f819810054dc4c26e310e64d1ef6c1
parent333f2cb3107fc05859cafff7a3d1127795fbc541
stream-tcp: no longer register as a thread module

Now that the FlowWorker handles the TCP Stream directly, having
the TCP engine as a thread module is no longer needed.

This patch removes the registration.
src/runmode-unittests.c
src/stream-tcp.c
src/stream-tcp.h
src/suricata.c