]> git.ipfire.org Git - thirdparty/suricata.git/commit
threading/queues: add way to lookup by ID
authorVictor Julien <victor@inliniac.net>
Mon, 11 Nov 2019 19:48:11 +0000 (20:48 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 7 Feb 2020 14:43:10 +0000 (15:43 +0100)
commit74a6f8d4ddf6fb1ea580561f12ff1bd8e4f68aad
treed40ece7d9b22659f5bf5335d9bbaf2b51bdd874c
parentd0218696ba59d6f1e7ed613e90d6d82c5e4d65cb
threading/queues: add way to lookup by ID

In preparation of doing runtime operations by ID instead of by name,
add functions to look up by ID and to convert name to ID.
src/tm-queuehandlers.c
src/tm-queuehandlers.h