]> git.proxmox.com Git - qemu.git/commit
aio-win32: replace incorrect AioHandler->opaque usage with ->e
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 13:28:35 +0000 (15:28 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 20:04:54 +0000 (22:04 +0200)
commit8b2d42d273ed0df2a34cfa29f47bc1f8cc3abb26
tree294b49f35c6db8f045b806fa08f6a61a99f9a8ed
parent91c68f143d6e707c5783b162292dce38ae358c19
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 <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
aio-win32.c