projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
io: change io_idle() to io_wait()
[ccan]
/
ccan
/
io
/
test
/
run-08-read-after-hangup-DEBUG.c
diff --git
a/ccan/io/test/run-08-read-after-hangup-DEBUG.c
b/ccan/io/test/run-08-read-after-hangup-DEBUG.c
index 189a3eafe5f6285a9f01dc505862517bc97a2f20..8c602891be2994ab24f47d94d2ceabd602ccef0e 100644
(file)
--- a/
ccan/io/test/run-08-read-after-hangup-DEBUG.c
+++ b/
ccan/io/test/run-08-read-after-hangup-DEBUG.c
@@
-4,4
+4,4
@@
int real_main(void);
#include "run-08-read-after-hangup.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(); }