1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-26 01:10:04 +08:00
This commit is contained in:
Josh Slocum 2022-03-23 08:07:49 -05:00
parent 4e20da76fb
commit c72197122d

@ -132,7 +132,7 @@ struct GranuleRangeMetadata {
: lastEpoch(epoch), lastSeqno(seqno), activeMetadata(activeMetadata) {}
};
// represents a previous version of a granule, and optionally the files that compose it
// represents a previous version of a granule, and optionally the files that compose it.
struct GranuleHistoryEntry : NonCopyable, ReferenceCounted<GranuleHistoryEntry> {
KeyRange range;
UID granuleID;