mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
trace: remove parent_levels session argument
The argument was originally designated to restrict the reach of the trace monitor but the idea remained unimplemented. It is now superseded by the use of the trace-session label as trace-subject filter. Issue #847
This commit is contained in:
@ -383,7 +383,7 @@ struct Vfs_trace::Local_factory : File_system_factory
|
||||
}
|
||||
|
||||
Local_factory(Vfs::Env &env, Xml_node config)
|
||||
: _env(env), _trace(env.env(), _config_session_ram(config), 512*1024, 0)
|
||||
: _env(env), _trace(env.env(), _config_session_ram(config), 512*1024)
|
||||
{
|
||||
_trace.for_each_subject_info([&] (Trace::Subject_id const id,
|
||||
Trace::Subject_info const &info) {
|
||||
|
Reference in New Issue
Block a user