summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientInodeToIDMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbackupd/BackupClientInodeToIDMap.h')
-rw-r--r--bin/bbackupd/BackupClientInodeToIDMap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/bbackupd/BackupClientInodeToIDMap.h b/bin/bbackupd/BackupClientInodeToIDMap.h
index fbe45114..4bb1e085 100644
--- a/bin/bbackupd/BackupClientInodeToIDMap.h
+++ b/bin/bbackupd/BackupClientInodeToIDMap.h
@@ -40,8 +40,10 @@ public:
void Open(const char *Filename, bool ReadOnly, bool CreateNew);
void OpenEmpty();
- void AddToMap(InodeRefType InodeRef, int64_t ObjectID, int64_t InDirectory);
- bool Lookup(InodeRefType InodeRef, int64_t &rObjectIDOut, int64_t &rInDirectoryOut) const;
+ void AddToMap(InodeRefType InodeRef, int64_t ObjectID,
+ int64_t InDirectory, const std::string& LocalPath);
+ bool Lookup(InodeRefType InodeRef, int64_t &rObjectIDOut,
+ int64_t &rInDirectoryOut, std::string* pLocalPathOut = NULL) const;
void Close();