]> git.ipfire.org Git - thirdparty/suricata.git/commit
tm-threads: add TM_ECODE_DONE state
authorEric Leblond <eric@regit.org>
Mon, 17 Sep 2012 13:24:39 +0000 (15:24 +0200)
committerEric Leblond <eric@regit.org>
Mon, 19 Nov 2012 22:52:19 +0000 (23:52 +0100)
commit6be63bdc4f65fd7cef5df595a047d2a2302a7bbc
treec3827a36bda698fff5544313d20414692c1998af
parent412482f6b131b196824e585a92b7fcaa39db6d1b
tm-threads: add TM_ECODE_DONE state

This patch adds a nex return state which can be used by threads
to warn that a task has been done. In this case, suricata does not
leave.
src/tm-threads-common.h
src/tm-threads.c