summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.h
diff options
context:
space:
mode:
authorAlex Taskov <alex.taskov@mongodb.com>2020-01-14 21:55:45 +0000
committerevergreen <evergreen@mongodb.com>2020-01-14 21:55:45 +0000
commit169f13aff2b62483e9678409759528a2f9db58e7 (patch)
tree7c16a1d73667ff1f757c27c1e34bdd5e91a1832d /src/mongo/db/s/migration_destination_manager.h
parent846c7aa84ac08dbccc7d727e9068406b7b2de033 (diff)
downloadmongo-169f13aff2b62483e9678409759528a2f9db58e7.tar.gz
SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManager
Diffstat (limited to 'src/mongo/db/s/migration_destination_manager.h')
-rw-r--r--src/mongo/db/s/migration_destination_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/s/migration_destination_manager.h b/src/mongo/db/s/migration_destination_manager.h
index eff5aae8eb5..41841c96abe 100644
--- a/src/mongo/db/s/migration_destination_manager.h
+++ b/src/mongo/db/s/migration_destination_manager.h
@@ -188,6 +188,9 @@ private:
stdx::thread _migrateThreadHandle;
+ bool _useFCV44Protocol{false};
+
+ UUID _migrationId;
NamespaceString _nss;
ConnectionString _fromShardConnString;
ShardId _fromShard;