Merge changes I845d2250,I4faa0785 am: 51b127c71e

Change-Id: Id4e378b449cd7939ff156199e189490b1de3ff56
This commit is contained in:
Yifan Hong 2020-05-30 01:22:12 +00:00 committed by Automerger Merge Worker
commit 7a5b39709a

View file

@ -132,7 +132,7 @@ message SnapshotUpdateStatus {
uint64 metadata_sectors = 4;
}
// Next: 2
// Next: 4
message SnapshotMergeReport {
// Status of the update after the merge attempts.
UpdateState state = 1;
@ -142,5 +142,5 @@ message SnapshotMergeReport {
int32 resume_count = 2;
// Total size of all the COW images before the update.
uint64 cow_file_size = 4;
uint64 cow_file_size = 3;
}