mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Register config handler.
This commit is contained in:
@@ -56,7 +56,10 @@ struct HelloClient {
|
||||
}
|
||||
|
||||
HelloClient(Genode::Env &env, Hello::Connection &conn) : _env(env), _hello(conn), _a(5), _b(2)
|
||||
{}
|
||||
{
|
||||
_config.sigh(_config_handler);
|
||||
_handle_config();
|
||||
}
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user