commit | 8b2d42d273ed0df2a34cfa29f47bc1f8cc3abb26 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu Aug 22 15:28:35 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Thu Aug 22 22:04:54 2013 +0200 |
tree | 294b49f35c6db8f045b806fa08f6a61a99f9a8ed | |
parent | 91c68f143d6e707c5783b162292dce38ae358c19 [diff] |
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>