]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/io.c
tdb: locking cleanup
[ccan] / ccan / tdb / io.c
index 59caa5dd04c37e13a63132231c7dd6986982b011..ca7d0819b99d9db45aebb757b054106d3a1f1961 100644 (file)
@@ -460,7 +460,8 @@ static const struct tdb_methods io_methods = {
        tdb_next_hash_chain,
        tdb_oob,
        tdb_expand_file,
-       tdb_brlock
+       tdb_brlock,
+       tdb_brunlock
 };
 
 /*