Re: [PATCH v3 2/3] block: declare some coroutine functions in block/coroutines.h

2020-05-22 Thread Eric Blake
On 5/22/20 11:19 AM, Vladimir Sementsov-Ogievskiy wrote: We are going to keep coroutine-wrappers code (structure-packing parameters, BDRV_POLL wrapper functions) in a separate auto-generated files. So, we'll need a header with declaration of original _co_ functions, for those which are static

[PATCH v3 2/3] block: declare some coroutine functions in block/coroutines.h

2020-05-22 Thread Vladimir Sementsov-Ogievskiy
We are going to keep coroutine-wrappers code (structure-packing parameters, BDRV_POLL wrapper functions) in a separate auto-generated files. So, we'll need a header with declaration of original _co_ functions, for those which are static now. As well, we'll need declarations for wrapper functions.