mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
@ -49,7 +49,7 @@ class File_system::Session_client : public Genode::Rpc_client<Session>
|
||||
** File-system session interface **
|
||||
***********************************/
|
||||
|
||||
Tx::Source *tx() { return _tx.source(); }
|
||||
Tx::Source *tx() override { return _tx.source(); }
|
||||
|
||||
void sigh_ready_to_submit(Genode::Signal_context_capability sigh)
|
||||
{
|
||||
|
Reference in New Issue
Block a user