]> git.ozlabs.org Git - ccan/commit
ccan/io: remove IO_NEXT state.
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)
commitf6f11f6b06bde2c1d5ce0f744998f07c6bce4546
treed0aa74a4fb306e2fa800c4d5eb0227dff56c9e86
parent57d9d1be33905691ec756b14b066181ca6850ced
ccan/io: remove IO_NEXT state.

It was only used for initial connections which hadn't started I/O.  Now
they are initialized with an io_plan, it can be eliminated.

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