summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/replication_coordinator_embedded.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/embedded/replication_coordinator_embedded.cpp')
-rw-r--r--src/mongo/embedded/replication_coordinator_embedded.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/embedded/replication_coordinator_embedded.cpp b/src/mongo/embedded/replication_coordinator_embedded.cpp
index 9d08d1519de..fd12817508c 100644
--- a/src/mongo/embedded/replication_coordinator_embedded.cpp
+++ b/src/mongo/embedded/replication_coordinator_embedded.cpp
@@ -324,7 +324,8 @@ ReplSetConfig ReplicationCoordinatorEmbedded::getConfig() const {
}
void ReplicationCoordinatorEmbedded::processReplSetGetConfig(BSONObjBuilder*,
- bool commitmentStatus) {
+ bool commitmentStatus,
+ bool includeNewlyAdded) {
UASSERT_NOT_IMPLEMENTED;
}