diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2026-01-08 13:14:49 +1100 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-01-10 20:54:13 +0100 |
| commit | 3b55ba88ead03263e4139eb85493d6f59789d80a (patch) | |
| tree | c703a6db60173be1fc9ccd8bc9daacd675c58348 | |
| parent | ad5670a980d0e44399f7d982f377d3744365a039 (diff) | |
| download | passt-3b55ba88ead03263e4139eb85493d6f59789d80a.tar passt-3b55ba88ead03263e4139eb85493d6f59789d80a.tar.gz passt-3b55ba88ead03263e4139eb85493d6f59789d80a.tar.bz2 passt-3b55ba88ead03263e4139eb85493d6f59789d80a.tar.lz passt-3b55ba88ead03263e4139eb85493d6f59789d80a.tar.xz passt-3b55ba88ead03263e4139eb85493d6f59789d80a.tar.zst passt-3b55ba88ead03263e4139eb85493d6f59789d80a.zip | |
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 <david@gibson.dropbear.id.au>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
| -rw-r--r-- | epoll_ctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
