]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow: expose last time as a function
authorJason Ish <jason.ish@oisf.net>
Tue, 3 Dec 2019 20:10:45 +0000 (14:10 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 28 Jan 2020 15:04:23 +0000 (16:04 +0100)
commit80cafb2979f2559852a08e081f8df8ebd3e8b097
tree011a32142f2f78d9296e0f9f8703ffc945fb09ab
parentd1eab5aa462f18f66ada9e5bbc9c89b8104db96a
flow: expose last time as a function

This function returns the individual components
of the timeval in output pointers making it suitable
for use over Rust FFI.
rust/src/core.rs
src/flow.c
src/flow.h