X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-06-idle-DEBUG.c;h=298ce2346d7509156101e874fd3e41f9fd90eb1f;hb=8700faf27fe4cf9554fec2260bdabd67eabf69ae;hp=f2ed1d4753dfb52acc4d1c7adf5944a3db42b0dd;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902;p=ccan diff --git a/ccan/io/test/run-06-idle-DEBUG.c b/ccan/io/test/run-06-idle-DEBUG.c index f2ed1d47..298ce234 100644 --- a/ccan/io/test/run-06-idle-DEBUG.c +++ b/ccan/io/test/run-06-idle-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-06-idle.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(); }