]> Git Repo - qemu.git/blobdiff - aio-win32.c
Merge remote-tracking branch 'jliu/or32' into staging
[qemu.git] / aio-win32.c
index 721fc252ab21819188449c7ac175309c0aa91a40..f9cfbb75aca8ad9af7b50fc0338065f286dc81f8 100644 (file)
@@ -129,7 +129,7 @@ bool aio_poll(AioContext *ctx, bool blocking)
             node->io_notify(node->e);
 
             /* aio_notify() does not count as progress */
-            if (node->opaque != &ctx->notifier) {
+            if (node->e != &ctx->notifier) {
                 progress = true;
             }
         }
@@ -195,7 +195,7 @@ bool aio_poll(AioContext *ctx, bool blocking)
                 node->io_notify(node->e);
 
                 /* aio_notify() does not count as progress */
-                if (node->opaque != &ctx->notifier) {
+                if (node->e != &ctx->notifier) {
                     progress = true;
                 }
             }
This page took 0.021741 seconds and 4 git commands to generate.