summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/backup_cursor_hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/backup_cursor_hooks.h')
-rw-r--r--src/mongo/db/storage/backup_cursor_hooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/backup_cursor_hooks.h b/src/mongo/db/storage/backup_cursor_hooks.h
index 7c27e2f27d6..658ae16370c 100644
--- a/src/mongo/db/storage/backup_cursor_hooks.h
+++ b/src/mongo/db/storage/backup_cursor_hooks.h
@@ -64,7 +64,7 @@ public:
virtual BackupCursorState openBackupCursor(OperationContext* opCtx);
- virtual void closeBackupCursor(OperationContext* opCtx, std::uint64_t cursorId);
+ virtual void closeBackupCursor(OperationContext* opCtx, UUID backupId);
virtual bool isBackupCursorOpen() const;
};