mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Misc
This commit is contained in:
parent
657a5c34ee
commit
e46ee70c72
@ -159,9 +159,9 @@ public:
|
|||||||
// our list of snapshots. It means GC is not possible for this version.
|
// our list of snapshots. It means GC is not possible for this version.
|
||||||
CommitNumber getSnapshotForVersion(CommitNumber version_cn);
|
CommitNumber getSnapshotForVersion(CommitNumber version_cn);
|
||||||
private:
|
private:
|
||||||
UInt32Bitmap m_snapshots; // List of active snapshots as of the moment of time
|
UInt32Bitmap m_snapshots; // List of active snapshots as of the moment of time
|
||||||
CommitNumber m_lastCommit; // CN_ACTIVE here means object is not populated
|
CommitNumber m_lastCommit; // CN_ACTIVE here means object is not populated
|
||||||
ULONG m_releaseCount; // Release event counter when list was last updated
|
ULONG m_releaseCount; // Release event counter when list was last updated
|
||||||
friend class TipCache;
|
friend class TipCache;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user