From: George Koikara (gkoikara) Date: Thu, 27 Feb 2020 16:40:52 +0000 (+0000) Subject: Merge pull request #2033 in SNORT/snort3 from ~KDEWANGA/snort3:iab to master X-Git-Tag: 3.0.0-269~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298b67c20a99f68c70c1f1ca113954c249559a4b;p=thirdparty%2Fsnort3.git Merge pull request #2033 in SNORT/snort3 from ~KDEWANGA/snort3:iab to master Squashed commit of the following: commit 66cade7b40d9f07deeba5ff0735b82f8a58f9806 Author: Keshaw Dewangan Date: Tue Feb 11 05:55:01 2020 -0500 daq:Made get_stats public for plugins --- diff --git a/src/packet_io/sfdaq.h b/src/packet_io/sfdaq.h index a1aeaa202..20f86e472 100644 --- a/src/packet_io/sfdaq.h +++ b/src/packet_io/sfdaq.h @@ -49,7 +49,7 @@ public: static const char* get_input_spec(const SFDAQConfig*, unsigned instance_id); static const char* default_type(); - static const DAQ_Stats_t* get_stats(); + SO_PUBLIC static const DAQ_Stats_t* get_stats(); static bool can_inject(); static bool can_inject_raw();