mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
223cc06341
commit
f26532803f
@ -35,16 +35,16 @@ class Genode::Trace::Session_component
|
|||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|
||||||
Ram_session &_ram;
|
Ram_session &_ram;
|
||||||
Allocator_guard _md_alloc;
|
Allocator_guard _md_alloc;
|
||||||
Tslab<Subject, 4096> _subjects_slab;
|
Tslab<Trace::Subject, 4096> _subjects_slab;
|
||||||
Tslab<Policy, 4096> _policies_slab;
|
Tslab<Trace::Policy, 4096> _policies_slab;
|
||||||
unsigned _parent_levels;
|
unsigned _parent_levels;
|
||||||
Session_label _label;
|
Session_label _label;
|
||||||
Source_registry &_sources;
|
Source_registry &_sources;
|
||||||
Policy_registry &_policies;
|
Policy_registry &_policies;
|
||||||
Subject_registry _subjects;
|
Subject_registry _subjects;
|
||||||
unsigned _policy_cnt;
|
unsigned _policy_cnt;
|
||||||
|
|
||||||
struct Argument_buffer
|
struct Argument_buffer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user