]> git.ozlabs.org Git - ccan/commit
ccan/io: remove next & finish from union.
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)
commit174fe59fdce127808420986f56987205ecab2858
treee269ae544b901ed701fe267f53d29bc802220898
parent7f4e5627dd9797b3f5eb4854bdca122c2679c451
ccan/io: remove next & finish from union.

Sure, both listener and conn need them, but for different things
(listener uses them simply to set up conn).  Putting them in the
common union was a mistake.

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