On 1/8/26 03:14, David Gibson wrote:
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
--- epoll_ctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/epoll_ctl.h b/epoll_ctl.h index 2d7e7123..02b081e2 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
Reviewed-by: Laurent Vivier