mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-02 15:40:55 +00:00
As a preparatory step for introducing the new block-client API, we have to turn the 'Block::Connection' into a class template. The template argument will be used to tie an application-defined job type to the block connection. Issue #3283