summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/service_entry_point_common.h')
-rw-r--r--src/mongo/db/service_entry_point_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/service_entry_point_common.h b/src/mongo/db/service_entry_point_common.h
index 60fb5f9e2cb..87a6c178588 100644
--- a/src/mongo/db/service_entry_point_common.h
+++ b/src/mongo/db/service_entry_point_common.h
@@ -60,6 +60,8 @@ struct ServiceEntryPointCommon {
public:
virtual ~Hooks();
virtual bool lockedForWriting() const = 0;
+ virtual void setPrepareConflictBehaviorForReadConcern(
+ OperationContext* opCtx, const CommandInvocation* invocation) const = 0;
virtual void waitForReadConcern(OperationContext* opCtx,
const CommandInvocation* invocation,
const OpMsgRequest& request) const = 0;