X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-10-many-DEBUG.c;h=675c7952d81d58262aa8a253f00744b2fa2a3dd4;hp=3b18596e4ff88998ff04e50b5cee4f449ee55557;hb=f7ab2c65d40839a327e50876dc2708ab7b11aa52;hpb=34776d3e9ad7de78778306a2d09c2c95df06c902 diff --git a/ccan/io/test/run-10-many-DEBUG.c b/ccan/io/test/run-10-many-DEBUG.c index 3b18596e..675c7952 100644 --- a/ccan/io/test/run-10-many-DEBUG.c +++ b/ccan/io/test/run-10-many-DEBUG.c @@ -9,4 +9,4 @@ static bool debug_one(struct io_conn *conn) { return conn == buf[1].reader; } -int main(void) { io_debug = debug_one; return real_main(); } +int main(void) { io_debug_conn = debug_one; return real_main(); }