mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
depot_query: respond to config updates
This commit is contained in:
parent
9e0dafbd93
commit
a36def9a10
@ -255,7 +255,11 @@ struct Depot_query::Main
|
||||
}
|
||||
}
|
||||
|
||||
Main(Env &env) : _env(env) { _handle_config(); }
|
||||
Main(Env &env) : _env(env)
|
||||
{
|
||||
_config.sigh(_config_handler);
|
||||
_handle_config();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user