]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1996 in SNORT/snort3 from ~KDEWANGA/snort3:iab to master
authorGeorge Koikara (gkoikara) <gkoikara@cisco.com>
Tue, 25 Feb 2020 10:02:42 +0000 (10:02 +0000)
committerGeorge Koikara (gkoikara) <gkoikara@cisco.com>
Tue, 25 Feb 2020 10:02:42 +0000 (10:02 +0000)
Squashed commit of the following:

commit 92605d70bc76df74cf3aeedec85fc44508f472a9
Author: Keshaw Dewangan <kdewanga@cisco.com>
Date:   Tue Feb 11 05:55:01 2020 -0500

    IAB:Made get_stats public to get Daq Stats for IAB.

src/packet_io/sfdaq.h

index a1aeaa2022d5d1cfd4092ea6ecbc1c44cf55e729..20f86e472bba87b6f733a84bd178baa3744538a5 100644 (file)
@@ -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();