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

commit 19314b6ea33ab3b634cf221eacf216e85d5a7d56
Author: Keshaw Dewangan <kdewanga@cisco.com>
Date:   Tue Feb 25 08:59:29 2020 -0500

    daq: reverting changes to get_stats declaration

src/packet_io/sfdaq.h

index 20f86e472bba87b6f733a84bd178baa3744538a5..a1aeaa2022d5d1cfd4092ea6ecbc1c44cf55e729 100644 (file)
@@ -49,7 +49,7 @@ public:
 
     static const char* get_input_spec(const SFDAQConfig*, unsigned instance_id);
     static const char* default_type();
-    SO_PUBLIC static const DAQ_Stats_t* get_stats();
+    static const DAQ_Stats_t* get_stats();
 
     static bool can_inject();
     static bool can_inject_raw();