mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
added mutex for single writer exclusion
This commit is contained in:
@@ -81,7 +81,8 @@ private:
|
||||
#else
|
||||
DWORD pid;
|
||||
HANDLE hMap;
|
||||
HANDLE hMutex;
|
||||
HANDLE hRevMutex;
|
||||
HANDLE hWriteMutex;
|
||||
HANDLE hRWEvent;
|
||||
#endif
|
||||
|
||||
@@ -162,6 +163,7 @@ public:
|
||||
~DB_scope();
|
||||
|
||||
private:
|
||||
DB_scope_mode mode;
|
||||
PgfDB* save_db;
|
||||
DB_scope* next_scope;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user