]> git.ozlabs.org Git - ccan/commit
ccan/io: keep more io_plan details internal.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Aug 2014 08:15:21 +0000 (17:45 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Aug 2014 08:15:21 +0000 (17:45 +0930)
commit43185ec669720903fa86aac5f2d1b1ee62e3a12b
tree7b480fa02a4124e35500197aa67f280ec1392297
parent318f717e34e4735e5397bee24dbbee69205be82b
ccan/io: keep more io_plan details internal.

To write a normal helper you only need access to the args, so only
expose that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/backend.h
ccan/io/io.c
ccan/io/io_plan.h
ccan/io/poll.c
ccan/io/test/run-17-homemade-io.c