X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-12-bidir-DEBUG.c;h=55c4cf72ff336e3a386d84ac0423374262b7afec;hp=d2c886d5ddbfe4d365bd4b15efde410ecef9ea90;hb=13b38a7282c6043d6abe310e5a16d6610ed7a1c1;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902 diff --git a/ccan/io/test/run-12-bidir-DEBUG.c b/ccan/io/test/run-12-bidir-DEBUG.c index d2c886d5..55c4cf72 100644 --- a/ccan/io/test/run-12-bidir-DEBUG.c +++ b/ccan/io/test/run-12-bidir-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-12-bidir.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(); }