Register config handler.

This commit is contained in:
Michael Müller
2022-07-11 12:17:09 +02:00
parent 2644b7d5aa
commit 5d6d54c066

View File

@@ -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