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-15-timeout.c
diff --git
a/ccan/io/test/run-15-timeout.c
b/ccan/io/test/run-15-timeout.c
index 6f92ec3a634848c0770fcd21016e56acfb082274..2aceb2b5b26badb86aed5daba74bf9e1f8742f54 100644
(file)
--- a/
ccan/io/test/run-15-timeout.c
+++ b/
ccan/io/test/run-15-timeout.c
@@
-38,7
+38,7
@@
static void finish_ok(struct io_conn *conn, struct data *d)
{
ok1(d->state == 2);
d->state++;
- io_break(d, io_
idle
());
+ io_break(d, io_
never
());
}
static void init_conn(int fd, struct data *d)