]> git.ipfire.org Git - thirdparty/suricata.git/commit
output-flow.h: include flow.h and decode.h
authorJason Ish <jason.ish@oisf.net>
Fri, 15 Sep 2023 20:49:11 +0000 (14:49 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 08:53:59 +0000 (10:53 +0200)
commite5ac43922637315a3f99d08a9a22d605b9ad597d
tree8ca6c078acb04014f55e28d839d09f26e562e58d
parent0d16ce2af4ad115ed2077cdfc4122bae4a17c6af
output-flow.h: include flow.h and decode.h

A library/plugin user wanting to register a custom flow logger must
include "output-flow.h", however that depends on some other includes.
One train of thought with respect to include files in libraries, is
that they should include all their dependencies on behalf of the
user. To make a custom flow logger just a little easier, include
"flow.h" and "decode.h".

Ticket: #7227
src/output-flow.h