]> git.ozlabs.org Git - ccan/commit
ccan/io: replace backend_set_state with backend_wakeup()
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)
commit42762758d98feb08b861361b7f695de2cad26b07
tree9f6b14c1561f54442e0aa02478c7efdabdd496f3
parentbafb520171bacdc19bcf2f75bb224f36563d7851
ccan/io: replace backend_set_state with backend_wakeup()

We only use it in one place: for wakeup.

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