]> git.ozlabs.org Git - ccan/commit
tdb2: rename ->read and ->write functions.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:20 +0000 (23:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 12:49:20 +0000 (23:19 +1030)
commit04cf551d15ee93716aa0462adadc0a3891480813
tree125877a04313c1465a1b6f439b0b4dd5c9c41b87
parentaa12380008323e14f8d7dabe78b174b72f69e2dd
tdb2: rename ->read and ->write functions.

Since failtest uses macros to override read and write, we need to avoid
those names, even inside our ops structure.
ccan/tdb2/check.c
ccan/tdb2/io.c
ccan/tdb2/private.h
ccan/tdb2/tdb.c
ccan/tdb2/test/run-04-basichash.c
ccan/tdb2/transaction.c