trace: extend for_each_subject_infos return value

Fixes #3811
This commit is contained in:
Alexander Boettcher
2020-07-07 16:48:04 +02:00
committed by Norman Feske
parent a7d170adda
commit 21e48a8e12
3 changed files with 6 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ struct Genode::Trace::Connection : Genode::Connection<Genode::Trace::Session>,
}
template <typename FN>
size_t for_each_subject_info(FN const &fn)
For_each_subject_info_result for_each_subject_info(FN const &fn)
{
return _retry([&] () {
return Session_client::for_each_subject_info(fn); });