mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
5225d12381
commit
2495a86aff
@ -40,6 +40,9 @@ struct Test::Replay : Test_base
|
||||
if (request.attribute_value("type", 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);
|
||||
throw 1;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user