Skip to content

Commit

Permalink
[core] Add m_SendOverlapped variable also removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 committed Jan 9, 2024
1 parent af53d88 commit 741c888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srtcore/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ class CChannel

private:
UDPSOCKET m_iSocket; // socket descriptor
#ifdef _WIN32
mutable WSAOVERLAPPED m_SendOverlapped;
#endif

// Mutable because when querying original settings
// this comprises the cache for extracted values,
Expand Down

0 comments on commit 741c888

Please sign in to comment.