]> git.ozlabs.org Git - ccan/history - ccan/io/io.c
ccan/io: remove conn arg from io_plan constructors.
[ccan] / ccan / io / io.c
2013-10-14 Rusty Russellccan/io: remove conn arg from io_plan constructors.
2013-10-14 Rusty Russellccan/io: pass struct io_plan explicitly.
2013-10-14 Rusty Russellccan/io: replace backend_set_state with backend_wakeup()
2013-10-14 Rusty Russellccan/io: make enum io_state namespace-safe.
2013-10-14 Rusty Russellccan/io: use explicit IO callback functions, instead...
2013-10-14 Rusty Russellccan/io: remove next & finish from union.
2013-10-14 Rusty Russellccan/io: put explicit poll flags in the plan.
2013-10-14 Rusty Russellccan/io: get rid of io_next(), pass callbacks directly.
2013-10-14 Rusty Russellccan/io: rename io_op to io_plan.
2013-10-14 Rusty Russellccan/io: timer support.
2013-10-14 Rusty Russellccan/io: io_duplex.
2013-10-14 Rusty Russellccan/io: new module.