Skip to content

Commit

Permalink
revert change in
Browse files Browse the repository at this point in the history
int CEPoll::remove_usock(const int eid, const UDTSOCKET& u)
  • Loading branch information
Andrei-Pozolotin committed May 12, 2013
1 parent 67a306f commit 06ada9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions barchart-udt-core/src/main/c++/udt/src/epoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ int CEPoll::remove_usock(const int eid, const UDTSOCKET& u)
p->second.m_sUDTSocksOut.erase(u);
p->second.m_sUDTSocksEx.erase(u);

// BARCHART
// when the socket is removed from a monitoring, it is not available anymore for any IO notification
p->second.m_sUDTReads.erase(u);
p->second.m_sUDTWrites.erase(u);

return 0;
}

Expand Down

0 comments on commit 06ada9c

Please sign in to comment.