fixed deadlock in UDP connections. Still, UDP streams break after 5-10 secs. Needs further debugging.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-09-12 21:52:13 +00:00
parent e07dac9ca7
commit 0c536c3f4c
2 changed files with 20 additions and 2 deletions

View file

@ -58,6 +58,7 @@ class RsMutex
pthread_mutex_destroy(&realMutex);
}
inline const pthread_t& owner() const { return _thread_id ; }
#ifdef RSMUTEX_DEBUG
void setName(const std::string &name)
{