X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-02-read-DEBUG.c;h=5ca278187983a5ed091241212ebd22098c91153c;hb=96a1ebd3354ef6250e94b509b4e0c0f1ea7e67bb;hp=d48260cfc5686cf0ed282df6cddd658f170cb231;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902;p=ccan diff --git a/ccan/io/test/run-02-read-DEBUG.c b/ccan/io/test/run-02-read-DEBUG.c index d48260cf..5ca27818 100644 --- a/ccan/io/test/run-02-read-DEBUG.c +++ b/ccan/io/test/run-02-read-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-02-read.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(); }