rom_filter: respond to dynamic config updates

This commit is contained in:
Norman Feske 2015-11-04 16:17:38 +01:00 committed by Christian Helmuth
parent 3859e83a78
commit 23aac2954b
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@ struct Rom_filter::Main : Input_rom_registry::Input_rom_changed_fn,
{
env()->parent()->announce(_ep.manage(_root));
Genode::config()->sigh(_config_dispatcher);
_handle_config(0);
}
};