diff options
Diffstat (limited to 'cpp/demo/Freeze/customEvictor/CurrentDatabase.h')
-rw-r--r-- | cpp/demo/Freeze/customEvictor/CurrentDatabase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Freeze/customEvictor/CurrentDatabase.h b/cpp/demo/Freeze/customEvictor/CurrentDatabase.h index 4e67a089ac9..dcc0231ce9d 100644 --- a/cpp/demo/Freeze/customEvictor/CurrentDatabase.h +++ b/cpp/demo/Freeze/customEvictor/CurrentDatabase.h @@ -32,6 +32,7 @@ private: const Ice::CommunicatorPtr _communicator; const std::string _envName; const std::string _dbName; + IceUtil::Mutex _dbListMutex; std::list<Database*> _dbList; }; |