mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 22:51:24 +02:00
- try slightly different way to protect mutex list
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
namespace Shared { namespace PlatformCommon {
|
||||
|
||||
//Mutex CacheManager::mutexCache;
|
||||
Mutex CacheManager::mutexMap(CODE_AT_LINE);
|
||||
std::map<string, Mutex *> CacheManager::itemCacheMutexList;
|
||||
const char *CacheManager::getFolderTreeContentsCheckSumRecursivelyCacheLookupKey1 = "CRC_Cache_FileTree1";
|
||||
const char *CacheManager::getFolderTreeContentsCheckSumRecursivelyCacheLookupKey2 = "CRC_Cache_FileTree2";
|
||||
|
Reference in New Issue
Block a user