summaryrefslogtreecommitdiff
path: root/ring_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ring_rx.h')
-rw-r--r--ring_rx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ring_rx.h b/ring_rx.h
index 8556e3a..b1114a6 100644
--- a/ring_rx.h
+++ b/ring_rx.h
@@ -16,7 +16,7 @@ extern void mmap_rx_ring(int sock, struct ring *ring);
extern void alloc_rx_ring_frames(struct ring *ring);
extern void bind_rx_ring(int sock, struct ring *ring, int ifindex);
extern void setup_rx_ring_layout(int sock, struct ring *ring,
- unsigned int size, int jumbo_support, bool v3);
+ unsigned int size, bool jumbo_support, bool v3);
static inline int user_may_pull_from_rx(struct tpacket2_hdr *hdr)
{