]> git.ozlabs.org Git - ccan/commit
tdb2: shorten attribute members.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Apr 2011 03:36:11 +0000 (13:06 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Apr 2011 03:36:11 +0000 (13:06 +0930)
commit007a7e4e8df8f43c61126599bcc582750cbf17fe
treecfb242f0d83aeceebadd1799cc19d8ae4bfb3983
parentb8903ca2acfa193d6a1cf496ab25c26b06f22424
tdb2: shorten attribute members.

It's redundant calling hash.hash_fn for example.  Standardize on fn
and data as names (private conflicts with C++).
18 files changed:
ccan/tdb2/check.c
ccan/tdb2/hash.c
ccan/tdb2/open.c
ccan/tdb2/private.h
ccan/tdb2/tdb.c
ccan/tdb2/tdb2.h
ccan/tdb2/test/logging.c
ccan/tdb2/test/run-04-basichash.c
ccan/tdb2/test/run-12-store.c
ccan/tdb2/test/run-13-delete.c
ccan/tdb2/test/run-20-growhash.c
ccan/tdb2/test/run-25-hashoverload.c
ccan/tdb2/test/run-missing-entries.c
ccan/tdb2/test/run-seed.c
ccan/tdb2/test/run-traverse.c
ccan/tdb2/tools/speed.c
ccan/tdb2/tools/tdbtool.c
ccan/tdb2/tools/tdbtorture.c