ldb_tdb: Implement read_lock and read_unlock module operations
[metze/samba/wip.git] / lib / ldb / ldb_tdb / ldb_tdb.c
index ad15a5e70a549807caabe2be466ed7827977e25b..2ac1967ee15bd45014786cc710acb93e1f3c5157 100644 (file)
@@ -1577,6 +1577,8 @@ static const struct ldb_module_ops ltdb_ops = {
        .end_transaction   = ltdb_end_trans,
        .prepare_commit    = ltdb_prepare_commit,
        .del_transaction   = ltdb_del_trans,
+       .read_lock         = ltdb_lock_read,
+       .read_unlock       = ltdb_unlock_read,
 };
 
 /*