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

Commit c801d5b8 authored by Kelvin Zhang's avatar Kelvin Zhang
Browse files

Correctly implement a stub for ICowWriter::AddXorBlocks

Test: th
Change-Id: I70c174c4d44ef979993063256e3eededf18bd086
parent e475852c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ bool ICowWriter::AddRawBlocks(uint64_t new_block_start, const void* data, size_t
    return EmitRawBlocks(new_block_start, data, size);
}

bool AddXorBlocks(uint32_t /*new_block_start*/, const void* /*data*/, size_t /*size*/,
bool ICowWriter::AddXorBlocks(uint32_t /*new_block_start*/, const void* /*data*/, size_t /*size*/,
                              uint32_t /*old_block*/, uint16_t /*offset*/) {
    LOG(ERROR) << "AddXorBlocks not yet implemented";
    return false;