genode/repos/os/include/file_system_session
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
..
capability.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
client.h base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
connection.h base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
file_system_session.h Remove Packet_ref from File_system::Packet_descriptor 2015-09-30 12:20:37 +02:00
rpc_object.h Revised API documentation 2015-04-09 16:04:46 +02:00