mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 17:21:13 +00:00
2208220c12
This patch modernizes the 'Block::Session::info' interface. Instead of using out parameters, the 'init' RPC function returns a compound 'Info' object now. The rather complicated 'Operations' struct is replaced by a 'writeable' attribute in the 'Info' object. Fixes #3275