mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 22:50:54 +00:00
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.
This repository contains the Linux-specific implementation of Genode.