X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Fdoc%2FTDB1_porting.txt;h=b56a426ed4cfd11548afaa0786b0c78cb2a73d0d;hb=086a4e1915a8307c08320900df0099842a894135;hp=fee020073b748df6f6d6360abe6e4ebad27e8122;hpb=74b0109ebd2a30d57d19ae9a56f16c0f3b3637eb;p=ccan diff --git a/ccan/tdb2/doc/TDB1_porting.txt b/ccan/tdb2/doc/TDB1_porting.txt index fee02007..b56a426e 100644 --- a/ccan/tdb2/doc/TDB1_porting.txt +++ b/ccan/tdb2/doc/TDB1_porting.txt @@ -23,3 +23,7 @@ Interface differences between TDB1 and TDB2. already formatted, and it takes an enum tdb_log_level not a tdb_debug_level, and which has only three values: TDB_LOG_ERROR, TDB_LOG_USE_ERROR and TDB_LOG_WARNING. + +- tdb2 provides tdb_deq() for comparing two struct tdb_data. + +- tdb2's tdb_name() returns a copy of the name even for TDB_INTERNAL dbs.