mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Whenever Native_capability or its derivation Capaility is memcpy'd no copy- constructor/assignment-operator is used and thereby implementation of reference-counting gets impossible for these objects. Use object-oriented means like e.g. copy-constructor instead.
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.