]> git.ozlabs.org Git - ccan/commit
ccan/io: use explicit IO callback functions, instead of io_state values.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:58:35 +0000 (21:28 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:58:35 +0000 (21:28 +1030)
commitbfb80c566ab695b70a404a419f4b1450a2fcf27a
treeaaa6b64ef33a412f7728f6845dc055526329b429
parent174fe59fdce127808420986f56987205ecab2858
ccan/io: use explicit IO callback functions, instead of io_state values.

Explicit callbacks are slower, but more flexible.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/backend.h
ccan/io/io.c
ccan/io/test/run-06-idle.c
ccan/io/test/run-07-break.c
ccan/io/test/run-10-many.c