void sync(char const *path)
Sync now takes a path argument at VFS and File system interfaces. Issue #1648
This commit is contained in:
committed by
Christian Helmuth
parent
96d021b9d4
commit
2da239d0c8
@@ -355,7 +355,7 @@ class File_system::Session_component : public Session_rpc_object
|
||||
_handle_registry.sigh(node_handle, sigh);
|
||||
}
|
||||
|
||||
void sync() { rump_sys_sync(); }
|
||||
void sync(Node_handle) override { rump_sys_sync(); }
|
||||
};
|
||||
|
||||
class File_system::Root : public Root_component<Session_component>
|
||||
|
||||
Reference in New Issue
Block a user