lib ldb: rename ltdb_private to ldb_kv_private
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 19 Jul 2018 23:53:21 +0000 (11:53 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jul 2018 12:31:53 +0000 (14:31 +0200)
commite0186d1f2da7d946ee140e6bb54b1d62766b43aa
tree305b896d37b745aeee553f2bfbe7cca9059ddfd0
parent641b38e458b1f9ce848f76e2f226d42e7507a529
lib ldb: rename ltdb_private to ldb_kv_private

Rename ltdb_private to ldb_kv_private as it contains key value operation
context.

Note there is still some tdb specific context that can be refactored into a
separate structure along the lines of the lmdb context.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/ldb_mdb/ldb_mdb.c
lib/ldb/ldb_tdb/ldb_cache.c
lib/ldb/ldb_tdb/ldb_index.c
lib/ldb/ldb_tdb/ldb_search.c
lib/ldb/ldb_tdb/ldb_tdb.c
lib/ldb/ldb_tdb/ldb_tdb.h
lib/ldb/tests/ldb_kv_ops_test.c
lib/ldb/tests/ldb_lmdb_test.c
lib/ldb/tests/ldb_tdb_test.c