X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-15-timeout-DEBUG.c;h=d511486271251ee03e86de7ecd715b9537f63d84;hp=8ada4c006d01f8e3a9316960b6f3880d1b31c657;hb=f7ab2c65d40839a327e50876dc2708ab7b11aa52;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902 diff --git a/ccan/io/test/run-15-timeout-DEBUG.c b/ccan/io/test/run-15-timeout-DEBUG.c index 8ada4c00..d5114862 100644 --- a/ccan/io/test/run-15-timeout-DEBUG.c +++ b/ccan/io/test/run-15-timeout-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-15-timeout.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(); }