Blame SOURCES/0005-netsniff-ng-Fix-compiler-warning-introduced-by-fanou.patch

0a13d0
From efc924c81f1bd05ec82729500b3b66c068aa0952 Mon Sep 17 00:00:00 2001
0a13d0
From: Eric Garver <egarver@redhat.com>
0a13d0
Date: Tue, 31 May 2016 13:23:14 -0400
0a13d0
Subject: [PATCH] netsniff-ng: Fix compiler warning introduced by fanout
0a13d0
 backport
0a13d0
0a13d0
Signed-off-by: Eric Garver <egarver@redhat.com>
0a13d0
---
0a13d0
 ring_rx.h | 2 ++
0a13d0
 1 file changed, 2 insertions(+)
0a13d0
0a13d0
diff --git a/ring_rx.h b/ring_rx.h
0a13d0
index 256984d2a06a..17912fd2b0e9 100644
0a13d0
--- a/ring_rx.h
0a13d0
+++ b/ring_rx.h
0a13d0
@@ -19,6 +19,8 @@ extern void alloc_rx_ring_frames(int sock, struct ring *ring);
0a13d0
 extern void bind_rx_ring(int sock, struct ring *ring, int ifindex);
0a13d0
 extern void setup_rx_ring_layout(int sock, struct ring *ring,
0a13d0
 				 unsigned int size, bool jumbo_support, bool v3);
0a13d0
+extern void join_fanout_group(int sock, uint32_t fanout_group,
0a13d0
+                              uint32_t fanout_type);
0a13d0
 extern void sock_rx_net_stats(int sock, unsigned long seen);
0a13d0
 
0a13d0
 static inline int user_may_pull_from_rx(struct tpacket2_hdr *hdr)
0a13d0
-- 
0a13d0
2.5.5
0a13d0