X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-08-hangup-on-idle-DEBUG.c;h=f916b8e14df06f9e3ab31ff0a2f9de1a4085bacf;hp=589dc26709d40153e9976d3d79fcf9f129d95396;hb=b85c47bb81a9078afc5ddc51448560187348bbbf;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902;ds=inline diff --git a/ccan/io/test/run-08-hangup-on-idle-DEBUG.c b/ccan/io/test/run-08-hangup-on-idle-DEBUG.c index 589dc267..f916b8e1 100644 --- a/ccan/io/test/run-08-hangup-on-idle-DEBUG.c +++ b/ccan/io/test/run-08-hangup-on-idle-DEBUG.c @@ -4,4 +4,4 @@ int real_main(void); #include "run-08-hangup-on-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(); }