mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-07 11:08:41 +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