From: Rusty Russell Date: Mon, 14 Oct 2013 10:58:36 +0000 (+1030) Subject: ccan/io: make io functions more generic. X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=cef578da77d657701616161f3c3bf826186a024e;hp=cef578da77d657701616161f3c3bf826186a024e;p=ccan 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 ---