summaryrefslogtreecommitdiff
path: root/src/mongo/db/mirror_maestro.cpp
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2020-11-09 11:18:26 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-12 00:08:17 +0000
commit71ebc0e8c64edc1a90505b0a11c9483c20e9fb00 (patch)
tree732053c1ba88dc1ed26ba205e5aa49dd390dc467 /src/mongo/db/mirror_maestro.cpp
parent187f9654649452e51b55cc3204cbbfb88742af06 (diff)
downloadmongo-71ebc0e8c64edc1a90505b0a11c9483c20e9fb00.tar.gz
SERVER-51264 Change is_master_response file names to hello_response
Diffstat (limited to 'src/mongo/db/mirror_maestro.cpp')
-rw-r--r--src/mongo/db/mirror_maestro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/mirror_maestro.cpp b/src/mongo/db/mirror_maestro.cpp
index daf47b855b9..fcefbfb0ed3 100644
--- a/src/mongo/db/mirror_maestro.cpp
+++ b/src/mongo/db/mirror_maestro.cpp
@@ -47,7 +47,7 @@
#include "mongo/db/commands/server_status.h"
#include "mongo/db/mirror_maestro_gen.h"
#include "mongo/db/mirroring_sampler.h"
-#include "mongo/db/repl/is_master_response.h"
+#include "mongo/db/repl/hello_response.h"
#include "mongo/db/repl/replication_coordinator.h"
#include "mongo/db/repl/topology_version_observer.h"
#include "mongo/executor/connection_pool.h"