From 20be3b397f702a26929d81aea55fc21129ca5413 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 30 Jan 2024 18:00:14 +0100 Subject: [PATCH] base: Changed API for cell management. --- repos/base/src/core/include/pd_session_component.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repos/base/src/core/include/pd_session_component.h b/repos/base/src/core/include/pd_session_component.h index 0763814fea..0aeebcfd29 100644 --- a/repos/base/src/core/include/pd_session_component.h +++ b/repos/base/src/core/include/pd_session_component.h @@ -352,8 +352,7 @@ class Genode::Pd_session_component : public Session_object ******************************************/ void create_cell(long prioritiy, const Affinity::Location &loc) override; - void grow_cell(const Affinity::Location &loc) override; - void shrink_cell(const Affinity::Location &loc) override; + void update_cell(const Affinity::Location &loc) override; }; #endif /* _CORE__INCLUDE__PD_SESSION_COMPONENT_H_ */