summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/backup_cursor_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/backup_cursor_state.h')
-rw-r--r--src/mongo/db/storage/backup_cursor_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/backup_cursor_state.h b/src/mongo/db/storage/backup_cursor_state.h
index 7f8b91cf71c..be4b43f7e19 100644
--- a/src/mongo/db/storage/backup_cursor_state.h
+++ b/src/mongo/db/storage/backup_cursor_state.h
@@ -39,7 +39,7 @@
namespace mongo {
struct BackupCursorState {
- std::uint64_t cursorId;
+ UUID backupId;
boost::optional<Document> preamble;
std::vector<std::string> filenames;
};