mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 16:10:29 +00:00
base: remove Trace::Session::rule RPC function
This part of the trace-session interface was merely a placeholder. Fixes #848
This commit is contained in:
committed by
Christian Helmuth
parent
48cc52be07
commit
a77ceb6871
@ -78,7 +78,6 @@ class Genode::Trace::Session_component
|
||||
Dataspace_capability policy(Policy_id) override;
|
||||
void unload_policy(Policy_id) override;
|
||||
void trace(Subject_id, Policy_id, size_t) override;
|
||||
void rule(Session_label const &, Thread_name const &, Policy_id, size_t) override;
|
||||
void pause(Subject_id) override;
|
||||
void resume(Subject_id) override;
|
||||
Dataspace_capability buffer(Subject_id) override;
|
||||
|
@ -127,13 +127,6 @@ void Session_component::trace(Subject_id subject_id, Policy_id policy_id,
|
||||
}
|
||||
|
||||
|
||||
void Session_component::rule(Session_label const &, Thread_name const &,
|
||||
Policy_id, size_t)
|
||||
{
|
||||
/* not implemented yet */
|
||||
}
|
||||
|
||||
|
||||
void Session_component::pause(Subject_id subject_id)
|
||||
{
|
||||
_subjects.lookup_by_id(subject_id).pause();
|
||||
|
Reference in New Issue
Block a user