Component management

Shared objects

Genode::Shared_object

Genode::Address_info

Child management

For components that manage a number of child components, each child is represented by an instance of the Child class. This instance contains the policy to be applied to the child (for example, how session requests are routed to services) and contains the child's execution environment including the PD session holding the child's RAM and capability quota.

Genode::Child_policy

Genode::Child