Skip to content

Commit

Permalink
[core](minor) Use correct keyword for CEPollDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki authored and maxsharabayko committed Mar 22, 2021
1 parent 449d917 commit 2d41869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srtcore/group.h
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ class CUDTGroup
bool m_bTLPktDrop;
int64_t m_iTsbPdDelay_us;
int m_RcvEID;
struct CEPollDesc* m_RcvEpolld;
class CEPollDesc* m_RcvEpolld;
int m_SndEID;
struct CEPollDesc* m_SndEpolld;
class CEPollDesc* m_SndEpolld;

int m_iSndTimeOut; // sending timeout in milliseconds
int m_iRcvTimeOut; // receiving timeout in milliseconds
Expand Down

0 comments on commit 2d41869

Please sign in to comment.