--- libev/ev_iouring.c 2019/08/17 05:30:16 1.3 +++ libev/ev_iouring.c 2019/11/19 13:09:00 1.5 @@ -363,7 +363,6 @@ static void iouring_modify (EV_P_ int fd, int oev, int nev) { - fprintf (stderr,"modify %d (%d, %d) %d\n", fd, oev,nev, anfds[fd].eflags);//D if (ecb_expect_false (anfds [fd].eflags)) { /* we handed this fd over to epoll, so undo this first */ @@ -473,8 +472,6 @@ return; } - fprintf (stderr, "fd %d event, rearm\n", fd);//D - /* feed events, we do not expect or handle POLLNVAL */ fd_event ( EV_A_ @@ -611,7 +608,7 @@ if (!epoll_init (EV_A_ 0)) return 0; - ev_io_init (EV_A_ &iouring_epoll_w, iouring_epoll_cb, backend_fd, EV_READ); + ev_io_init (&iouring_epoll_w, iouring_epoll_cb, backend_fd, EV_READ); ev_set_priority (&iouring_epoll_w, EV_MAXPRI); ev_io_init (&iouring_tfd_w, iouring_tfd_cb, iouring_tfd, EV_READ);