]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-10-many.c
ccan/io: implement timeouts.
[ccan] / ccan / io / test / run-10-many.c
index fc48ecb56cf7d75ba3f65750ed4c08849db53b6e..3339a335ff2c707453ba7d5fa03c8694a0aa13e0 100644 (file)
@@ -101,7 +101,7 @@ int main(void)
        ok1(buf[i].writer);
 
        /* They should eventually exit */
-       ok1(io_loop() == NULL);
+       ok1(io_loop(NULL, NULL) == NULL);
 
        for (i = 0; i < NUM; i++) {
                char b[sizeof(buf[0].buf)];