]> git.ozlabs.org Git - ccan/commit - ccan/tdb2/private.h
tdb2: tdb_set_attribute, tdb_unset_attribute and tdb_get_attribute
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Apr 2011 07:22:35 +0000 (16:52 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Apr 2011 07:22:35 +0000 (16:52 +0930)
commit703cea0c78a896c658272af06306218fc0bb23cc
tree0205676f2357535aba0d94f7d1df9c6677f3d4fa
parent7fe3218488f1bd25a4e50c27964752a18a64fb5f
tdb2: tdb_set_attribute, tdb_unset_attribute and tdb_get_attribute

It makes sense for some attributes to be manipulated after tdb_open,
so allow that.
ccan/tdb2/hash.c
ccan/tdb2/open.c
ccan/tdb2/private.h
ccan/tdb2/tdb2.h
ccan/tdb2/test/failtest_helper.h
ccan/tdb2/test/run-90-get-set-attributes.c [new file with mode: 0644]