]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-07-break-DEBUG.c
io: change io_idle() to io_wait()
[ccan] / ccan / io / test / run-07-break-DEBUG.c
index 7309594ed9f6e7892324aac5e29de384a6335397..602d7c2ffa1272866cf681c77f89489d71e61b92 100644 (file)
@@ -5,4 +5,4 @@ int real_main(void);
 #include "run-07-break.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(); }