mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 15:23:03 +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.
|
||||
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user