summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/service_context_repl_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/service_context_repl_mock.h')
-rw-r--r--src/mongo/db/repl/service_context_repl_mock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/repl/service_context_repl_mock.h b/src/mongo/db/repl/service_context_repl_mock.h
index 8ffb92a9da1..dfc68a020d7 100644
--- a/src/mongo/db/repl/service_context_repl_mock.h
+++ b/src/mongo/db/repl/service_context_repl_mock.h
@@ -39,7 +39,9 @@ namespace repl {
*/
class ServiceContextReplMock : public ServiceContextNoop {
private:
- std::unique_ptr<OperationContext> _newOpCtx(Client* client, unsigned opId) override;
+ std::unique_ptr<OperationContext> _newOpCtx(Client* client,
+ unsigned opId,
+ boost::optional<LogicalSessionId>) override;
};
} // namespace repl