Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba39cb97 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: proto use correct index" into rvc-dev am: ee418ecb am: da74387f

Change-Id: I4cb49e0aff15f499c70ab30832504bdbea5fd923
parents dbc232e2 da74387f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}