summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock_mutable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/vector_clock_mutable.h')
-rw-r--r--src/mongo/db/vector_clock_mutable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/vector_clock_mutable.h b/src/mongo/db/vector_clock_mutable.h
index 15ca97f5e68..fb586f037b8 100644
--- a/src/mongo/db/vector_clock_mutable.h
+++ b/src/mongo/db/vector_clock_mutable.h
@@ -92,7 +92,7 @@ public:
* Ensures that the values of the vector clock are at least equal to those from the last
* successfully persisted ones.
*/
- virtual SharedSemiFuture<void> recover() = 0;
+ virtual VectorClock::VectorTime recoverDirect(OperationContext* opCtx) = 0;
protected:
VectorClockMutable();