summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_ltdb.c
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-08-15 15:46:33 +1000
committerAmitay Isaacs <amitay@samba.org>2014-09-10 01:36:15 +0200
commitacf26089f18c163290a0540ece1209aea26834d5 (patch)
tree6ee94c44c1a8e93b1648f8c54cb94efba46f6638 /ctdb/common/ctdb_ltdb.c
parent088e4ab3ac22112a11cb685bb048bf49bf55c592 (diff)
downloadsamba-acf26089f18c163290a0540ece1209aea26834d5.tar.gz
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
This makes it consistent with Samba, to ease transition. Update unit test code to link to with tdb_wrap instead of including db_wrap.c. There are some potential whitespace fixes in this commit that have been ignored. CTDB's lib/tdb_wrap will be deleted after the transition to Samba's lib/tdb_wrap, so there's no point polishing it too much. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/common/ctdb_ltdb.c')
-rw-r--r--ctdb/common/ctdb_ltdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_ltdb.c b/ctdb/common/ctdb_ltdb.c
index 103d89bf2bd..f4d571ec966 100644
--- a/ctdb/common/ctdb_ltdb.c
+++ b/ctdb/common/ctdb_ltdb.c
@@ -23,7 +23,7 @@
#include "system/network.h"
#include "system/filesys.h"
#include "../include/ctdb_private.h"
-#include "db_wrap.h"
+#include "lib/tdb_wrap/tdb_wrap.h"
#include "lib/util/dlinklist.h"
/*