]> git.ozlabs.org Git - ccan/commit
ccan/io: io_connect()
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 11:03:07 +0000 (21:33 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 14 Oct 2013 11:03:07 +0000 (21:33 +1030)
commitb85c47bb81a9078afc5ddc51448560187348bbbf
treee299b6c13bd9091847b3e7867ad581e45f0501a9
parentc321a1d02755a77ae790d6e8976b2ff15edba89d
ccan/io: io_connect()

Not a perfect solution (we'd ideally want to go to another plan
immediately, but that would involve a malloc).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/io.c
ccan/io/io.h
ccan/io/test/run-09-connect-DEBUG.c [new file with mode: 0644]
ccan/io/test/run-09-connect.c [new file with mode: 0644]