- additional socket thread protection to fix latest crash reported by titi

This commit is contained in:
Mark Vejvoda
2013-03-11 03:27:20 +00:00
parent 21d38b6231
commit 6152b6b7bb
2 changed files with 19 additions and 8 deletions

View File

@@ -168,8 +168,8 @@ public:
static void setBlock(bool block, PLATFORM_SOCKET socket);
bool getBlock();
bool isReadable();
bool isWritable(struct timeval *timeVal=NULL);
bool isReadable(bool lockMutex=false);
bool isWritable(struct timeval *timeVal=NULL,bool lockMutex=false);
bool isConnected();
static string getHostName();