X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fio%2Ftest%2Frun-05-write-DEBUG.c;h=831e6719bb54d00c5a2bd8b73637af0b17d89866;hb=9e02685a6216720d37848a332187e3745b7f981e;hp=ae5eb1077942fbc57be0d363be9f8ba9aca945ff;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902;p=ccan diff --git a/ccan/io/test/run-05-write-DEBUG.c b/ccan/io/test/run-05-write-DEBUG.c index ae5eb107..831e6719 100644 --- a/ccan/io/test/run-05-write-DEBUG.c +++ b/ccan/io/test/run-05-write-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-05-write.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(); }