]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-08-hangup-on-idle-DEBUG.c
io: change io_idle() to io_wait()
[ccan] / ccan / io / test / run-08-hangup-on-idle-DEBUG.c
index 589dc26709d40153e9976d3d79fcf9f129d95396..f916b8e14df06f9e3ab31ff0a2f9de1a4085bacf 100644 (file)
@@ -4,4 +4,4 @@ int real_main(void);
 #include "run-08-hangup-on-idle.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(); }