Revision 8febfa26 posix-aio-compat.c

b/posix-aio-compat.c
624 624
    fcntl(s->rfd, F_SETFL, O_NONBLOCK);
625 625
    fcntl(s->wfd, F_SETFL, O_NONBLOCK);
626 626

  
627
    qemu_aio_set_fd_handler(s->rfd, posix_aio_read, NULL, posix_aio_flush, s);
627
    qemu_aio_set_fd_handler(s->rfd, posix_aio_read, NULL, posix_aio_flush,
628
        posix_aio_process_queue, s);
628 629

  
629 630
    ret = pthread_attr_init(&attr);
630 631
    if (ret)

Also available in: Unified diff