]> git.ozlabs.org Git - ccan/commit
ccan/io: flatten debug callchain.
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)
commit9e02685a6216720d37848a332187e3745b7f981e
treeb3631368eb3f52e344c77a89995558d86ff5c666
parentd4af94ec86618e89b449a27590a7b4f8e4365943
ccan/io: flatten debug callchain.

Don't call from the plan-construction function, call after it returns.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
20 files changed:
ccan/io/backend.h
ccan/io/io.c
ccan/io/io.h
ccan/io/io_plan.h
ccan/io/test/run-01-start-finish-DEBUG.c
ccan/io/test/run-02-read-DEBUG.c
ccan/io/test/run-03-readpartial-DEBUG.c
ccan/io/test/run-04-writepartial-DEBUG.c
ccan/io/test/run-05-write-DEBUG.c
ccan/io/test/run-06-idle-DEBUG.c
ccan/io/test/run-07-break-DEBUG.c
ccan/io/test/run-08-hangup-on-idle-DEBUG.c
ccan/io/test/run-08-read-after-hangup-DEBUG.c
ccan/io/test/run-10-many-DEBUG.c
ccan/io/test/run-12-bidir-DEBUG.c
ccan/io/test/run-13-all-idle-DEBUG.c
ccan/io/test/run-15-timeout-DEBUG.c
ccan/io/test/run-17-homemade-io-DEBUG.c
ccan/io/test/run-17-homemade-io.c
ccan/io/test/run-18-errno-DEBUG.c