Merge "libsnapshot: Add Version field which will be used by update-engine manifest"

This commit is contained in:
Akilesh Kailash 2021-04-30 18:08:54 +00:00 committed by Gerrit Code Review
commit 0ec13ceda9

View file

@ -24,6 +24,8 @@ static constexpr uint64_t kCowMagicNumber = 0x436f77634f572121ULL;
static constexpr uint32_t kCowVersionMajor = 1;
static constexpr uint32_t kCowVersionMinor = 0;
static constexpr uint32_t kCowVersionManifest = 1;
// This header appears as the first sequence of bytes in the COW. All fields
// in the layout are little-endian encoded. The on-disk layout is:
//