]> git.proxmox.com Git - qemu.git/blobdiff - posix-aio-compat.c
aio: remove process_queue callback and qemu_aio_process_queue
[qemu.git] / posix-aio-compat.c
index 1066c601d2c579e0768c086cb8fb272d0075e1e5..68361f555a91488a8af5e585370581421f80da1f 100644 (file)
@@ -663,8 +663,7 @@ int paio_init(void)
     fcntl(s->rfd, F_SETFL, O_NONBLOCK);
     fcntl(s->wfd, F_SETFL, O_NONBLOCK);
 
-    qemu_aio_set_fd_handler(s->rfd, posix_aio_read, NULL, posix_aio_flush,
-        NULL, s);
+    qemu_aio_set_fd_handler(s->rfd, posix_aio_read, NULL, posix_aio_flush, s);
 
     ret = pthread_attr_init(&attr);
     if (ret)