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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.h b/src/mongo/db/repl/storage_interface_impl.h
index ee4702530c9..404b42bb3b2 100644
--- a/src/mongo/db/repl/storage_interface_impl.h
+++ b/src/mongo/db/repl/storage_interface_impl.h
@@ -34,6 +34,7 @@
#include "mongo/base/status_with.h"
#include "mongo/base/string_data.h"
#include "mongo/bson/bsonobj.h"
+#include "mongo/bson/timestamp.h"
#include "mongo/db/catalog/index_create.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/repl/storage_interface.h"
@@ -147,9 +148,9 @@ public:
Status upgradeUUIDSchemaVersionNonReplicated(OperationContext* opCtx) override;
- void setStableTimestamp(ServiceContext* serviceCtx, SnapshotName snapshotName) override;
+ void setStableTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) override;
- void setInitialDataTimestamp(ServiceContext* serviceCtx, SnapshotName snapshotName) override;
+ void setInitialDataTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) override;
Status recoverToStableTimestamp(ServiceContext* serviceCtx) override;