]> 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>
Wed, 29 Jan 2020 06:23:29 +0000 (07:23 +0100)
commit95a408f77d051ca8b3d18b57ab3b9e96eae9c886
tree202b9312143809b6ebdb1d93ea6e26c2e57270b1
parent2c050187a3ad78388e57781c4feb74426bc75e21
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