]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-13-all-idle.c
ccan/io: generic init function for listening connections.
[ccan] / ccan / io / test / run-13-all-idle.c
index 178b68a8fc3e045eae109102e41c4552a4b6700a..f83fb31e46a245eeabc854ea7afe9d9deb44d0eb 100644 (file)
@@ -9,7 +9,7 @@
 
 static struct io_plan start(struct io_conn *conn, void *unused)
 {
-       return io_idle(conn);
+       return io_idle();
 }
 
 int main(void)