8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:03:03 +01:00

Adjust comments

This commit is contained in:
nikolay.samofatov 2017-03-29 17:58:17 +03:00
parent 84b79d2287
commit 445c15b7dd

View File

@ -249,8 +249,8 @@ private:
SnapshotsInitializer snapshotsInitializer;
MemBlockInitializer memBlockInitializer;
// Cache contents (points to array of pointers).
// Reads use barriers. Writes to contents are protected with m_sync_status.
// Tree with TIP cache memory blocks
// Reads and writes to the tree are protected with m_sync_status.
BlocksMemoryMap m_blocks_memory;
Firebird::SyncObject m_sync_status;