]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/storage: use dedicated 'id' type 6042/head
authorVictor Julien <victor@inliniac.net>
Fri, 9 Apr 2021 10:56:01 +0000 (12:56 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 9 Apr 2021 19:15:17 +0000 (21:15 +0200)
commitbc667a4a939c887bc298bbb865eda4338f8cea2f
tree2e79eae5e7b0fc5561e46de190925936491c468c
parentd2d0e0adc93029feed63232d7eb55b451044cd5a
flow/storage: use dedicated 'id' type

Wrap the id in a new FlowStorageId struct to avoid id confusion with other
storage API calls.
src/app-layer-expectation.c
src/app-layer-expectation.h
src/detect-engine-tag.c
src/flow-storage.c
src/flow-storage.h
src/flow-util.c
src/flow.h
src/util-macset.c
src/util-macset.h