mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
vfs: dynamic configuration support
This commit is contained in:
committed by
Norman Feske
parent
8025f5f570
commit
aa602032dd
@ -39,8 +39,8 @@ class Vfs::Rtc_file_system : public Single_file_system
|
||||
_rtc(env)
|
||||
{ }
|
||||
|
||||
static char const *name() { return "rtc"; }
|
||||
|
||||
static char const *name() { return "rtc"; }
|
||||
char const *type() override { return "rtc"; }
|
||||
|
||||
/*********************************
|
||||
** Directory-service interface **
|
||||
|
Reference in New Issue
Block a user