From e46ee70c72bc349845d0bb85ab739b414b4151aa Mon Sep 17 00:00:00 2001 From: hvlad Date: Thu, 30 Mar 2017 17:31:04 +0300 Subject: [PATCH] Misc --- src/jrd/tra.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jrd/tra.h b/src/jrd/tra.h index b97f76f55e..54e9fcaa85 100644 --- a/src/jrd/tra.h +++ b/src/jrd/tra.h @@ -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; };