]> git.ozlabs.org Git - ccan/commit
ccan/io: duplex support.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Aug 2014 08:12:21 +0000 (17:42 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Aug 2014 08:12:21 +0000 (17:42 +0930)
commite92e2f65a9ae729a0c9805427da737ad936abddb
treebf28b4949921a99a54cdb296c363fee1d1cdbfe2
parent6109a0a6140acbbfe5e998f7d7ea1215f035cb90
ccan/io: duplex support.

This is actually pretty simple now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/io.c
ccan/io/io.h
ccan/io/test/run-12-bidir.c
ccan/io/test/run-14-duplex-both-read.c
ccan/io/test/run-16-duplex-test.c