]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: export constants via cbindgen
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 30 Nov 2021 08:19:20 +0000 (09:19 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 7 Dec 2021 06:56:36 +0000 (07:56 +0100)
commit87d9c44ec504f459578fdb551b16a1015b8239c7
tree538e09bcde16ab09d735242e56ce57a22b9ddc90
parent784558df2e27455e0baf79d92253d21887ba3f49
rust: export constants via cbindgen

so that constants are not defined twice in Rust anc C
So that we are sure they have the same value
rust/cbindgen.toml
rust/src/core.rs
rust/src/mime/mod.rs
src/detect-engine-payload.c
src/stream-tcp-list.c
src/stream.h
src/suricata-common.h
src/util-decode-mime.c
src/util-logopenfile.c