Skip to content

Commit

Permalink
Fixed wrong declaration (reported on Mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki committed Aug 30, 2024
1 parent 24ed1b3 commit 7e63715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ void CUDTGroup::close()

// [[using locked(m_Global.m_GlobControlLock)]]
// [[using locked(m_GroupLock)]]
SRT_TSA_NEEDS_LOCKED(CUDTGroup::m_Global.m_GlobControlLock)
SRT_TSA_NEEDS_LOCKED(CUDTUnited::m_GlobControlLock)
SRT_TSA_NEEDS_LOCKED(CUDTGroup::m_GroupLock)
void CUDTGroup::send_CheckValidSockets()
{
Expand Down

0 comments on commit 7e63715

Please sign in to comment.