]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-03-readpartial-DEBUG.c
ccan/io: flatten debug callchain.
[ccan] / ccan / io / test / run-03-readpartial-DEBUG.c
index f23cc312f44a67bcd572ada7016e416d042ecf9d..c473b65c75aaaaaa9fe34c4fced2d31dc4a290c7 100644 (file)
@@ -5,4 +5,4 @@ int real_main(void);
 #include "run-03-readpartial.c"
 #undef main
 static bool always_debug(struct io_conn *conn) { return true; }
 #include "run-03-readpartial.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(); }