summaryrefslogtreecommitdiff
path: root/ring_tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ring_tx.c')
-rw-r--r--ring_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ring_tx.c b/ring_tx.c
index b7cde7e..f4f06a1 100644
--- a/ring_tx.c
+++ b/ring_tx.c
@@ -46,7 +46,7 @@ void destroy_tx_ring(int sock, struct ring *ring)
}
void setup_tx_ring_layout(int sock, struct ring *ring, unsigned int size,
- int jumbo_support)
+ bool jumbo_support)
{
fmemset(&ring->layout, 0, sizeof(ring->layout));