]> git.ipfire.org Git - thirdparty/suricata.git/commit
threads: add storage api, based on flow storage
authorJason Ish <jason.ish@oisf.net>
Fri, 11 Oct 2024 17:41:47 +0000 (11:41 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Nov 2024 09:53:59 +0000 (10:53 +0100)
commitfa230efccb4d75728bbc343862e938f758b73e18
treeaebbd2eb5a567162ee160cebbcd0d3001182a483
parenta6fc37c90a0aaf3030892af9f07f1e4ecf8e42c6
threads: add storage api, based on flow storage
src/Makefile.am
src/thread-storage.c [new file with mode: 0644]
src/thread-storage.h [new file with mode: 0644]
src/threads.c
src/threadvars.h
src/tm-threads.c
src/util-storage.c
src/util-storage.h