summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.h')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.h b/src/mongo/db/repl/storage_interface_impl.h
index 9420b12d8c6..1a5854710e4 100644
--- a/src/mongo/db/repl/storage_interface_impl.h
+++ b/src/mongo/db/repl/storage_interface_impl.h
@@ -178,6 +178,8 @@ public:
Timestamp getOldestOpenReadTimestamp(ServiceContext* serviceCtx) const override;
+ Timestamp getPointInTimeReadTimestamp(OperationContext* opCtx) const override;
+
/**
* Checks that the "admin" database contains a supported version of the auth data schema.
*/