libsnapshot: proto use correct index

Test: pass
Bug: 154016862
Change-Id: I845d2250ddb27bdbaee0d54663a2fdb45dbfbd11
This commit is contained in:
Yifan Hong 2020-05-29 15:24:45 -07:00 committed by Alessio Balsini
parent 2898343409
commit 8d996c4d3f
1 changed files with 2 additions and 2 deletions

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;
}