mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
ebd140cacb
If one has an object X that has a minimum alignment requirement specified through 'alignas' this requirement is normally inherited by objects that have object X as member, and by those that have objects as member that have X as member, and so on... . However, this chain used to get silently interrupted (dropping the minimum alignment requirement to 8 again) at objects that are managed with Genode::Reconstructible or Genode::Constructible. In order to fix this, the commit ensures that Genode::Reconstructible (and therefore also Genode::Constructible) has at least the minimum alignment requirement (using 'alignas') as the object it manages. Ref #4217
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.