mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
4927a6f679
Act as hub for the interfaces at a domain. This also changes the roles of the Domain and Interface classes. By now the Interface held the data structures for the ARP cache, foreign ARP waiters, and the searchtrees for layer 3 links. All these structures have moved to the Domain while the memory allocations and lifetime management for the contents of these structures still come from from the according Interface object. The mentioned data structures were also adapted to fit the fact that they now may maintain objects of different interfaces. Issue #2609 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.