]> git.ozlabs.org Git - ccan/commit
ccan/io: new module.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:04:07 +0000 (20:34 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:04:07 +0000 (20:34 +1030)
commit0a2fd289c7bf57d9fc35ad6af36df4bcc694f361
tree3dd6d950c409a939f5362c0cc6794740a6757d02
parenta87884aabba198a1d44e22f89c5477f1b8167ffd
ccan/io: new module.

Designed for async I/O.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
15 files changed:
Makefile-ccan
ccan/io/LICENSE [new symlink]
ccan/io/_info [new file with mode: 0644]
ccan/io/backend.h [new file with mode: 0644]
ccan/io/io.c [new file with mode: 0644]
ccan/io/io.h [new file with mode: 0644]
ccan/io/poll.c [new file with mode: 0644]
ccan/io/test/run-01-start-finish.c [new file with mode: 0644]
ccan/io/test/run-02-read.c [new file with mode: 0644]
ccan/io/test/run-03-readpartial.c [new file with mode: 0644]
ccan/io/test/run-04-writepartial.c [new file with mode: 0644]
ccan/io/test/run-05-write.c [new file with mode: 0644]
ccan/io/test/run-06-idle.c [new file with mode: 0644]
ccan/io/test/run-07-break.c [new file with mode: 0644]
ccan/io/test/run-10-many.c [new file with mode: 0644]