]> git.ozlabs.org Git - ccan/commit
ccan/io: io_set_finish()
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 11:01:16 +0000 (21:31 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 11:01:16 +0000 (21:31 +1030)
commit0f16a4197c94bfa84dad56d0cb9a9c20438d0a45
tree3fb9e030f76d56e1c6456bff874b3e841ff86a78
parente2ce04eac30ec613c858bd4cd2ca12e1c464edb8
ccan/io: io_set_finish()

Rather than insisting on supplying them on every call to io_new_conn().
Also, this way it can be changed on a connection.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
20 files changed:
ccan/io/_info
ccan/io/benchmarks/run-different-speed.c
ccan/io/benchmarks/run-length-prefix.c
ccan/io/benchmarks/run-loop.c
ccan/io/io.c
ccan/io/io.h
ccan/io/test/run-01-start-finish.c
ccan/io/test/run-02-read.c
ccan/io/test/run-03-readpartial.c
ccan/io/test/run-04-writepartial.c
ccan/io/test/run-05-write.c
ccan/io/test/run-06-idle.c
ccan/io/test/run-07-break.c
ccan/io/test/run-08-hangup-on-idle.c
ccan/io/test/run-08-read-after-hangup.c
ccan/io/test/run-10-many.c
ccan/io/test/run-12-bidir.c
ccan/io/test/run-13-all-idle.c
ccan/io/test/run-15-timeout.c
ccan/io/test/run-17-homemade-io.c