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

Commit 54aaba8a authored by Alessio Balsini's avatar Alessio Balsini Committed by Automerger Merge Worker
Browse files

SnapshotMergeReported: add retrofit and cow image size am: 2294f39e am:...

SnapshotMergeReported: add retrofit and cow image size am: 2294f39e am: ed5c67b3 am: ddc73b3f am: 838ba09e

Change-Id: I374aa25d5d11235b7eecd09889102fc5ca6a3299
parents 1081372a 838ba09e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4873,6 +4873,14 @@ message SnapshotMergeReported {
    // Number of reboots that occurred after issuing and before completing the
    // merge of all the snapshot devices.
    optional int32 intermediate_reboots = 3;

    // The device has been upgraded to Virtual A/B.
    optional bool is_vab_retrofit = 4;

    // Space that has been temporarily allocated in the /data partition
    // containing the dm-snapshot's copy-on-write data generated during a
    // Virtual A/B update.
    optional int64 cow_file_size_bytes = 5;
}

//////////////////////////////////////////////////////////////////////