summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/fail_point.h')
-rw-r--r--src/mongo/util/fail_point.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/util/fail_point.h b/src/mongo/util/fail_point.h
index 421959a63bd..fbabb169ffc 100644
--- a/src/mongo/util/fail_point.h
+++ b/src/mongo/util/fail_point.h
@@ -172,7 +172,10 @@ public:
* that can be referenced afterwards with #getData. Defaults to an empty
* document.
*/
- void setMode(Mode mode, ValType val = 0, const BSONObj& extra = BSONObj());
+ void setMode(Mode mode,
+ ValType val = 0,
+ const BSONObj& extra = BSONObj(),
+ const SyncConfig& syncConfig = SyncConfig());
/**
* @returns a BSON object showing the current mode and data stored.