X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-03-readpartial-DEBUG.c;h=c473b65c75aaaaaa9fe34c4fced2d31dc4a290c7;hp=f23cc312f44a67bcd572ada7016e416d042ecf9d;hb=b85c47bb81a9078afc5ddc51448560187348bbbf;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902;ds=sidebyside diff --git a/ccan/io/test/run-03-readpartial-DEBUG.c b/ccan/io/test/run-03-readpartial-DEBUG.c index f23cc312..c473b65c 100644 --- a/ccan/io/test/run-03-readpartial-DEBUG.c +++ b/ccan/io/test/run-03-readpartial-DEBUG.c @@ -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; } -int main(void) { io_debug = always_debug; return real_main(); } +int main(void) { io_debug_conn = always_debug; return real_main(); }