]> git.ipfire.org Git - thirdparty/suricata.git/commit
threads: clean up module flags
authorVictor Julien <vjulien@oisf.net>
Tue, 10 Jun 2025 10:40:21 +0000 (12:40 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 10 Jun 2025 20:13:54 +0000 (22:13 +0200)
commit35e711d00a895dfe82bbe1ae3a6a9358e929e8dc
treef9fb8b297a5c5241c44faf559938fab118f6a73e
parentbdac028fc7ea97f0e50fbd0a24d995bced81c490
threads: clean up module flags

Remove unused TM_FLAG_STREAM_TM.

Rename TM_FLAG_DETECT_TM to TM_FLAG_FLOWWORKER_TM as it was mostly used
to check if a thread is a flow worker. TM_FLAG_DETECT_TM was always set
for a flow worker, even when there was no detection in use.
src/detect-engine.c
src/flow-worker.c
src/log-flush.c
src/suricata.c
src/tm-modules.h
src/tmqh-packetpool.c