aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/tm-threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/tm-threads.h')
-rw-r--r--framework/src/suricata/src/tm-threads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/suricata/src/tm-threads.h b/framework/src/suricata/src/tm-threads.h
index 9b9fd620..397fbd2e 100644
--- a/framework/src/suricata/src/tm-threads.h
+++ b/framework/src/suricata/src/tm-threads.h
@@ -132,6 +132,8 @@ void TmThreadDisablePacketThreads(void);
void TmThreadDisableReceiveThreads(void);
TmSlot *TmThreadGetFirstTmSlotForPartialPattern(const char *);
+uint32_t TmThreadCountThreadsByTmmFlags(uint8_t flags);
+
/**
* \brief Process the rest of the functions (if any) and queue.
*/