X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-07-break-DEBUG.c;h=602d7c2ffa1272866cf681c77f89489d71e61b92;hp=7309594ed9f6e7892324aac5e29de384a6335397;hb=9e02685a6216720d37848a332187e3745b7f981e;hpb=d4af94ec86618e89b449a27590a7b4f8e4365943 diff --git a/ccan/io/test/run-07-break-DEBUG.c b/ccan/io/test/run-07-break-DEBUG.c index 7309594e..602d7c2f 100644 --- a/ccan/io/test/run-07-break-DEBUG.c +++ b/ccan/io/test/run-07-break-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-07-break.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(); }