mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:03:03 +01:00
Adjust comments
This commit is contained in:
parent
84b79d2287
commit
445c15b7dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user