From 3b55ba88ead03263e4139eb85493d6f59789d80a Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 8 Jan 2026 13:14:49 +1100 Subject: epoll_ctl: Add missing description for flowside field of epoll_ref This was omitted when the field was added. Fixes: 705549f83494 ("flow,tcp: Use epoll_ref type including flow and side") Signed-off-by: David Gibson Reviewed-by: Laurent Vivier Signed-off-by: Stefano Brivio --- epoll_ctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/epoll_ctl.h b/epoll_ctl.h index 2d7e712..02b081e 100644 --- a/epoll_ctl.h +++ b/epoll_ctl.h @@ -20,6 +20,7 @@ * @type: Type of fd (tells us what to do with events) * @fd: File descriptor number (implies < 2^24 total descriptors) * @flow: Index of the flow this fd is linked to + * @flowside: Index and side of a flow this fd is linked to * @tcp_listen: TCP-specific reference part for listening sockets * @udp: UDP-specific reference part * @data: Data handled by protocol handlers -- cgit v1.2.3