mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
depot_query: respond to config updates
This commit is contained in:
committed by
Christian Helmuth
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();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user