mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 14:40:54 +00:00
parent
5225d12381
commit
2495a86aff
@ -40,6 +40,9 @@ struct Test::Replay : Test_base
|
|||||||
if (request.attribute_value("type", Type()) == "write")
|
if (request.attribute_value("type", Type()) == "write")
|
||||||
return Block::Operation::Type::WRITE;
|
return Block::Operation::Type::WRITE;
|
||||||
|
|
||||||
|
if (request.attribute_value("type", Type()) == "sync")
|
||||||
|
return Block::Operation::Type::SYNC;
|
||||||
|
|
||||||
error("operation type not defined: ", request);
|
error("operation type not defined: ", request);
|
||||||
throw 1;
|
throw 1;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user