mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 02:28:54 +00:00
373134c4e7
Replace packet method 'T *data' by the new methods 'T &reinterpret_data' for parsing or modifying existing sub-protocol packets and 'T &construct_at_data' for composing a new sub-protocol packet. This has the advantage that, when composing a new packet, the default constructor that zero-fills the packet is always called first. Fixes #2751 |
||
---|---|---|
.. | ||
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.