mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +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
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.