]> git.ipfire.org Git - thirdparty/suricata.git/commit
host/storage: use dedicated 'id' type
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 14 Apr 2021 22:12:28 +0000 (23:12 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Apr 2021 09:43:45 +0000 (11:43 +0200)
commitb807059c34e56c852be83c324cc1e79109a9f6d0
tree1e25359bfeee0f10a6a5d4311f8bb800a8a0cfe6
parentcf516de587d27300cb5af42ae548f54351f7de5d
host/storage: use dedicated 'id' type

- Wrap the id in a HostStorageId struct to avoid id confusion
with other storage API calls.
- Fix formatting with clang script.
src/detect-engine-tag.c
src/detect-engine-threshold.c
src/detect-engine-threshold.h
src/host-bit.c
src/host-storage.c
src/host-storage.h