mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
c56927b76e
Previously, if two ID allocators for different kernel objects had the same size, the kernel-object framework managed both objects types through the same allocator instance. This is caused by the use of unsynchronized singletons in the accessor functions and can be avoided by creating new types through inheritance instead of using typedefs. Anyways, this fix is a little bit ugly and should replaced by avoiding the use of unsynchronized singletons in the future. fix #906 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib/mk | ||
mk | ||
run | ||
src |