summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/ntvfs_common.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-03-13 01:47:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:29 -0500
commit676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5 (patch)
tree7a950023f48314d41e8a72a91baba2ca2e767245 /source4/ntvfs/common/ntvfs_common.h
parent9b03286b32a916dbef59f1459eefa01f0ebfeed3 (diff)
downloadsamba-676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5.tar.gz
samba-676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5.tar.bz2
samba-676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5.zip
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)
Diffstat (limited to 'source4/ntvfs/common/ntvfs_common.h')
-rw-r--r--source4/ntvfs/common/ntvfs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/common/ntvfs_common.h b/source4/ntvfs/common/ntvfs_common.h
index ab80bb08f0..4cc7ebe752 100644
--- a/source4/ntvfs/common/ntvfs_common.h
+++ b/source4/ntvfs/common/ntvfs_common.h
@@ -27,6 +27,7 @@ struct notify_event;
struct notify_entry;
#include "ntvfs/common/brlock.h"
+#include "ntvfs/common/opendb.h"
#include "ntvfs/common/proto.h"
#endif /* _NTVFS_COMMON_H_ */