mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
24b1f269be
The intention of Packet_ref was to allow clients to place opaque references into the packet descriptor itself, which could be observed on packet completion. Currently no component in our sources uses this feature and beyond that it is questionable if it should be used at all: If the server tampers with the ref the client may easily be confused into observing an incorrect or invalid context. It seems better to remove the opaque context from the descriptor and leave the actual implementation to the client and its needs. |
||
---|---|---|
.. | ||
capability.h | ||
client.h | ||
connection.h | ||
file_system_session.h | ||
rpc_object.h |