]> git.ozlabs.org Git - ccan/commit
io: io_never for events that should never happen.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 8 Apr 2014 09:33:52 +0000 (19:03 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Apr 2014 06:44:26 +0000 (16:14 +0930)
commitcdf62dce7077a9f9a818edbb67d31d033cbb73c6
tree16921968d92c6cc7f75b9938d7523d6077058357
parent2a8b4826ddf8face89bd37a5fc0982474f96e2e3
io: io_never for events that should never happen.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 files changed:
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-15-timeout.c
ccan/io/test/run-17-homemade-io.c
ccan/io/test/run-19-always.c
ccan/io/test/run-set_alloc.c