X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/a2aa09e18186801931763fbd40a751fa39971b18..79ed0416477440ccb6acf136d6808a4f5848bbdf:/iohandler.c diff --git a/iohandler.c b/iohandler.c index 55f8501524..eb68083559 100644 --- a/iohandler.c +++ b/iohandler.c @@ -55,7 +55,8 @@ void qemu_set_fd_handler(int fd, void *opaque) { iohandler_init(); - aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, opaque); + aio_set_fd_handler(iohandler_ctx, fd, false, + fd_read, fd_write, opaque); } /* reaping of zombies. right now we're not passing the status to