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

- Wrap the id in a new IPPairStorageId struct, to avoid id
confusion with other storage API calls.
- Formatting fixes by clang.
src/app-layer-expectation.c
src/app-layer-expectation.h
src/detect-engine-threshold.c
src/ippair-bit.c
src/ippair-storage.c
src/ippair-storage.h