From 85172392435613c8b5145c1fb36ce6e134851c7d Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 30 Nov 2022 15:13:05 +1100 Subject: udp: Remove the @bound field from union udp_epoll_ref We set this field, but nothing ever checked it. Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- udp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'udp.h') diff --git a/udp.h b/udp.h index 2ac8610..43bd28a 100644 --- a/udp.h +++ b/udp.h @@ -29,8 +29,7 @@ void udp_update_l2_buf(const unsigned char *eth_d, const unsigned char *eth_s, */ union udp_epoll_ref { struct { - uint32_t bound:1, - splice:3, + uint32_t splice:3, #define UDP_TO_NS 1 #define UDP_TO_INIT 2 #define UDP_BACK_TO_NS 3 -- cgit v1.2.3