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