mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
block_session: extend interface with sync() call
To support components, which implement the block session's server side rpc object, and which doesn't write data to their device backend immediately, an additional synchronization call is needed. Thereby, clients like for instance a file system can tell these components, when a synchronization is required. Ref #113
This commit is contained in:
committed by
Norman Feske
parent
44c7d64fb3
commit
50d73e7890
@ -178,6 +178,8 @@ namespace Block {
|
||||
ops->set_operation(Packet_descriptor::READ);
|
||||
}
|
||||
|
||||
void sync() {}
|
||||
|
||||
/**
|
||||
* Signal indicating that transmit thread is ready
|
||||
*/
|
||||
|
Reference in New Issue
Block a user