8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 15:23:03 +01:00
This commit is contained in:
hvlad 2017-03-30 17:31:04 +03:00
parent 657a5c34ee
commit e46ee70c72

View File

@ -159,9 +159,9 @@ public:
// our list of snapshots. It means GC is not possible for this version.
CommitNumber getSnapshotForVersion(CommitNumber version_cn);
private:
UInt32Bitmap m_snapshots; // List of active snapshots as of the moment of time
CommitNumber m_lastCommit; // CN_ACTIVE here means object is not populated
ULONG m_releaseCount; // Release event counter when list was last updated
UInt32Bitmap m_snapshots; // List of active snapshots as of the moment of time
CommitNumber m_lastCommit; // CN_ACTIVE here means object is not populated
ULONG m_releaseCount; // Release event counter when list was last updated
friend class TipCache;
};