]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow: provide flags accessor function
authorJason Ish <jason.ish@oisf.net>
Fri, 14 May 2021 15:29:54 +0000 (09:29 -0600)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 5 Aug 2021 15:09:49 +0000 (20:39 +0530)
commit222e55847caa4bbe65faa6ae4b025f3982fda615
treedeceb69da66bcf7fdf04fe4b70b71b7d2620ca19
parentcb8bd8c6690348b3bd92e0ec0f2a76fd9acc495a
flow: provide flags accessor function

Add an accessor function for flow flags. To be used by Rust where
the flow struct is an opaque data type.
rust/src/core.rs
src/flow.c
src/flow.h