diff options
Diffstat (limited to 'src/mongo/util/fail_point_service.h')
-rw-r--r-- | src/mongo/util/fail_point_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/fail_point_service.h b/src/mongo/util/fail_point_service.h index 12903ddbcea..2beda426433 100644 --- a/src/mongo/util/fail_point_service.h +++ b/src/mongo/util/fail_point_service.h @@ -43,7 +43,7 @@ FailPointRegistry* getGlobalFailPointRegistry(); /** * Signals or waits inline. */ -void syncNow(const BSONObj& cmdObj); +void syncNow(OperationContext* opCtx, const BSONObj& cmdObj); /** * Set a fail point in the global registry to a given value via BSON |