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:
Stefan Kalkowski
2013-11-22 13:55:05 +01:00
committed by Norman Feske
parent 44c7d64fb3
commit 50d73e7890
16 changed files with 41 additions and 2 deletions

View File

@ -178,6 +178,8 @@ namespace Block {
ops->set_operation(Packet_descriptor::READ);
}
void sync() {}
/**
* Signal indicating that transmit thread is ready
*/