diff options
| -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 |
