Changeset 2701 for box/trunk/lib/backupstore/BackupStoreCheck.h
- Timestamp:
- 27/08/2010 10:12:27 (21 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/backupstore/BackupStoreCheck.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupstore/BackupStoreCheck.h
r2415 r2701 17 17 18 18 #include "NamedLock.h" 19 #include "BackupStoreDirectory.h" 20 19 21 class IOStream; 20 22 class BackupStoreFilename; … … 121 123 void CheckObjectsDir(int64_t StartID); 122 124 bool CheckAndAddObject(int64_t ObjectID, const std::string &rFilename); 125 bool CheckDirectoryEntry(BackupStoreDirectory::Entry& rEntry, 126 int64_t DirectoryID, int32_t indexInDirBlock, 127 bool& rIsModified); 123 128 int64_t CheckFile(int64_t ObjectID, IOStream &rStream); 124 129 int64_t CheckDirInitial(int64_t ObjectID, IOStream &rStream); … … 162 167 int mDiscSetNumber; 163 168 int32_t mAccountID; 169 std::string mAccountName; 164 170 bool mFixErrors; 165 171 bool mQuiet; … … 180 186 std::vector<BackupStoreCheck_ID_t> mDirsWithWrongContainerID; 181 187 // This is a map of lost dir ID -> existing dir ID 182 std::map<BackupStoreCheck_ID_t, BackupStoreCheck_ID_t> mDirsWhichContainLostDirs; 188 std::map<BackupStoreCheck_ID_t, BackupStoreCheck_ID_t> 189 mDirsWhichContainLostDirs; 183 190 184 191 // Set of extra directories added … … 191 198 // Usage 192 199 int64_t mBlocksUsed; 200 int64_t mBlocksInCurrentFiles; 193 201 int64_t mBlocksInOldFiles; 194 202 int64_t mBlocksInDeletedFiles; 195 203 int64_t mBlocksInDirectories; 204 int64_t mNumFiles; 205 int64_t mNumOldFiles; 206 int64_t mNumDeletedFiles; 207 int64_t mNumDirectories; 196 208 }; 197 209
Note: See TracChangeset
for help on using the changeset viewer.
