Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Nov 20, 2023
1 parent f06d95f commit 402bc5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions worker/include/handles/TcpConnectionHandle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class TcpConnectionHandle
// Others.
struct sockaddr_storage* localAddr{ nullptr };
#ifdef MS_LIBURING_SUPPORTED
// Local file descriptor for io_uring.
uv_os_fd_t fd{ 0u };
#endif
bool closed{ false };
Expand Down
1 change: 1 addition & 0 deletions worker/include/handles/UdpSocketHandle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class UdpSocketHandle
uv_udp_t* uvHandle{ nullptr };
// Others.
#ifdef MS_LIBURING_SUPPORTED
// Local file descriptor for io_uring.
uv_os_fd_t fd{ 0u };
#endif
bool closed{ false };
Expand Down

0 comments on commit 402bc5d

Please sign in to comment.