]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/doc/TDB1_porting.txt
tdb2: tdb_name and tdb_fd functions.
[ccan] / ccan / tdb2 / doc / TDB1_porting.txt
index 4a6e924411302655db1d9a5facacd717839e9238..b56a426ed4cfd11548afaa0786b0c78cb2a73d0d 100644 (file)
@@ -25,3 +25,5 @@ Interface differences between TDB1 and TDB2.
   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.