From 20289719d3d489151ae3fd632a81e90886861ae9 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Tue, 10 Dec 2024 16:29:59 +0800 Subject: [PATCH] add recv_block in lwip_sock --- src/include/lwipgz_sock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwipgz_sock.h b/src/include/lwipgz_sock.h index 4f8e17b..95c26df 100644 --- a/src/include/lwipgz_sock.h +++ b/src/include/lwipgz_sock.h @@ -182,6 +182,7 @@ struct lwip_sock { struct lwip_sock *listen_next; /* listenfd list */ struct protocol_stack *stack; struct wakeup_poll *wakeup; + struct wakeup_poll *recv_block; epoll_data_t ep_data; struct rte_ring *recv_ring; struct rte_ring *send_ring; -- 2.33.0