summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point_service.h
diff options
context:
space:
mode:
authorJason Chan <jason.chan@10gen.com>2019-07-17 17:35:05 -0400
committerJason Chan <jason.chan@10gen.com>2019-07-17 17:35:05 -0400
commit53e25a0c588a4256a73589ca777cfc4b436d544c (patch)
tree828e6fc4e7a19b026c6b97ae85eb576df39fc510 /src/mongo/util/fail_point_service.h
parentff31e4391df93b9186bee6366e194c08173fd1c7 (diff)
downloadmongo-failpoint_sync.tar.gz
wrap condition variable waitForConditionOrInterruptNoAssertUntilfailpoint_sync
Diffstat (limited to 'src/mongo/util/fail_point_service.h')
-rw-r--r--src/mongo/util/fail_point_service.h2
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