1
0

First attempt at fixing the inter-threading deadlocks between the tick thread and the socket thread

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1591 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-06-15 15:29:20 +00:00
parent 92fc62fb4b
commit a67760f7c9
4 changed files with 39 additions and 1 deletions

View File

@@ -172,6 +172,18 @@ protected:
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// cWorld::cLock:
cWorld::cLock::cLock(cWorld & a_World) :
super(&(a_World.m_ChunkMap->GetCS()))
{
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// cWorld: