mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
vfs: dynamic configuration support
This commit is contained in:
committed by
Norman Feske
parent
8025f5f570
commit
aa602032dd
@ -30,8 +30,8 @@ struct Vfs::Null_file_system : Single_file_system
|
||||
Single_file_system(NODE_TYPE_CHAR_DEVICE, name(), config)
|
||||
{ }
|
||||
|
||||
static char const *name() { return "null"; }
|
||||
|
||||
static char const *name() { return "null"; }
|
||||
char const *type() override { return "null"; }
|
||||
|
||||
/********************************
|
||||
** File I/O service interface **
|
||||
|
Reference in New Issue
Block a user