Make cell's managed RPC objects, i.e. make cell capabilities valid.

This commit is contained in:
Michael Mueller
2025-02-24 17:35:41 +01:00
parent 372ca18156
commit f35f6f65b9

View File

@@ -84,6 +84,13 @@ class Ealan::Cell_component : public Genode::Rpc_object<Cell>,
_calculate_mask_for_location(&_cip->cores_reserved, affinity.location());
Genode::log("Cores for <", label, ">: ", _cip->cores_reserved);
_ep.manage(this);
}
~Cell_component()
{
_ep.dissolve(this);
}
/********************