From bbfcd39bf0c0871f6bb84bd52ea66a58ce1a2dc0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Aug 2010 09:01:16 +0000 Subject: Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB instead. --- bin/bbackupd/BackupClientInodeToIDMap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/bbackupd/BackupClientInodeToIDMap.h') diff --git a/bin/bbackupd/BackupClientInodeToIDMap.h b/bin/bbackupd/BackupClientInodeToIDMap.h index fbe45114..f47c7a54 100644 --- a/bin/bbackupd/BackupClientInodeToIDMap.h +++ b/bin/bbackupd/BackupClientInodeToIDMap.h @@ -17,7 +17,8 @@ // avoid having to include the DB files when not necessary #ifndef BACKIPCLIENTINODETOIDMAP_IMPLEMENTATION - class DEPOT; + struct TDB_CONTEXT; + struct TDB_DATUM; #endif // -------------------------------------------------------------------------- @@ -49,7 +50,7 @@ private: bool mReadOnly; bool mEmpty; std::string mFilename; - DEPOT *mpDepot; + TDB_CONTEXT *mpContext; }; #endif // BACKUPCLIENTINODETOIDMAP_H -- cgit v1.2.3