- try slightly different way to protect mutex list

This commit is contained in:
SoftCoder
2017-10-07 11:48:34 -07:00
parent 9274f2b5e2
commit 9b0a04f126
2 changed files with 4 additions and 2 deletions

View File

@@ -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";