Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aio-win32: replace incorrect AioHandler->opaque usage with ->e
The AioHandler->opaque field does not exist in aio-win32.c. The code that uses it was incorrectly copied from aio-posix.c. For Windows we can use AioHandler->e to match against AioContext->notifier. This patch fixes the Windows build for aio-win32.o. Reviewed-by: Stefan Weil <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]>
- Loading branch information