mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
xml reporter: support different start node name
Currently the report name is used implicitly as first xml node name for the report. This is inconvenient if one component wants to generate various xml reports under various names (e.g. to steer consumers/clients slightly differently) but with the same xml node tree structure. Fixes #1940
This commit is contained in:
committed by
Christian Helmuth
parent
ab9fe9cc6c
commit
463b39fc73
@ -76,7 +76,7 @@ struct Device : List<Device>::Element
|
||||
|
||||
static Genode::Reporter &device_list_reporter()
|
||||
{
|
||||
static Genode::Reporter _r("devices", 512*1024);
|
||||
static Genode::Reporter _r("devices", "devices", 512*1024);
|
||||
return _r;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user