genode/repos/os/include/file_system
Christian Helmuth 24b1f269be Remove Packet_ref from File_system::Packet_descriptor
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.
2015-09-30 12:20:37 +02:00
..
listener.h Move generic fs helpers to os/include/file_system 2015-05-06 10:55:17 +02:00
node_handle_registry.h Move generic fs helpers to os/include/file_system 2015-05-06 10:55:17 +02:00
node.h Move generic fs helpers to os/include/file_system 2015-05-06 10:55:17 +02:00
util.h Remove Packet_ref from File_system::Packet_descriptor 2015-09-30 12:20:37 +02:00