]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-02-read-DEBUG.c
io: change io_idle() to io_wait()
[ccan] / ccan / io / test / run-02-read-DEBUG.c
index d48260cfc5686cf0ed282df6cddd658f170cb231..5ca278187983a5ed091241212ebd22098c91153c 100644 (file)
@@ -5,4 +5,4 @@ int real_main(void);
 #include "run-02-read.c"
 #undef main
 static bool always_debug(struct io_conn *conn) { return true; }
 #include "run-02-read.c"
 #undef main
 static bool always_debug(struct io_conn *conn) { return true; }
-int main(void) { io_debug = always_debug; return real_main(); }
+int main(void) { io_debug_conn = always_debug; return real_main(); }