X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-17-homemade-io-DEBUG.c;h=5c44ce08463c6e7b078503ddf31617ee99db1ef6;hp=40105d6ffc296f2c3b34bad1eddbcbf4b96d8b1e;hb=9e02685a6216720d37848a332187e3745b7f981e;hpb=e2ce04eac30ec613c858bd4cd2ca12e1c464edb8 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(); }