]> git.ipfire.org Git - thirdparty/suricata.git/commit
log-tlslog: remove ThreadExitPrintStats callback
authorJason Ish <jason.ish@oisf.net>
Thu, 29 Aug 2024 20:35:50 +0000 (14:35 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 08:53:59 +0000 (10:53 +0200)
commit6e660bd9bc8a9c670a751521c9c9e627c0926875
treeb781068f28661712cbbc02f138b08eff1dc9219d
parent594cca77cef42e4a8f497924fb828349cddb3a5c
log-tlslog: remove ThreadExitPrintStats callback

Remove the ThreadExitPrintStats callback, this is the only logger that
was actually using it, and this logger is marked for deprecation. This
allows us to remove the callback from the registration signature.

Ticket: #7227
src/log-tlslog.c