]> git.ozlabs.org Git - ccan/commit
ccan/io: make io functions more generic.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:58:36 +0000 (21:28 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 10:58:36 +0000 (21:28 +1030)
commitcef578da77d657701616161f3c3bf826186a024e
tree05a289936550822cd8d689225665703048a079be
parent109f8003b603675aec35e5b1fc678ee363e2f30c
ccan/io: make io functions more generic.

Pass fd and plan explicitly, so they don't need to know the definition
of struct io_conn, and return a bool instead of an enum.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/io.c
ccan/io/io.h