X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fio%2Ftest%2Frun-17-homemade-io-DEBUG.c;h=5c44ce08463c6e7b078503ddf31617ee99db1ef6;hb=96a1ebd3354ef6250e94b509b4e0c0f1ea7e67bb;hp=40105d6ffc296f2c3b34bad1eddbcbf4b96d8b1e;hpb=e2ce04eac30ec613c858bd4cd2ca12e1c464edb8;p=ccan diff --git a/ccan/io/test/run-17-homemade-io-DEBUG.c b/ccan/io/test/run-17-homemade-io-DEBUG.c index 40105d6f..5c44ce08 100644 --- a/ccan/io/test/run-17-homemade-io-DEBUG.c +++ b/ccan/io/test/run-17-homemade-io-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-17-homemade-io.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(); }