r21807: modularise the opendb code, so different backends can be
authorAndrew Tridgell <tridge@samba.org>
Tue, 13 Mar 2007 01:47:04 +0000 (01:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:29 +0000 (14:49 -0500)
commit676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5
tree7a950023f48314d41e8a72a91baba2ca2e767245
parent9b03286b32a916dbef59f1459eefa01f0ebfeed3
r21807: modularise the opendb code, so different backends can be
implemented. This will allow for a ctdb opendb backend.
(This used to be commit 6b91ca0968209ad17489341c78d9610607cc8320)
source4/ntvfs/common/config.mk
source4/ntvfs/common/ntvfs_common.h
source4/ntvfs/common/opendb.c
source4/ntvfs/common/opendb.h [new file with mode: 0644]
source4/ntvfs/common/opendb_tdb.c [new file with mode: 0644]