mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-05 02:29:45 +00:00
508d2050a6
By storing the reply socket descriptor inside the 'Ipc_ostream::_dst' capability instead as part of the connection state object, we can use the 'explicit_reply' mechanism as usual. Right now, we store both the tid and socket handle in 'Native_capability::Dst'. In the final version, the 'tid' member will be gone.