mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 22:29:19 +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