summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-08-21 13:13:22 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-08-21 17:00:14 -0400
commitfdc2aec174d2facc5edeacd2b7f4c078836f1dfb (patch)
tree6d070570cacf7cf170e987934b22af9e689df4e4 /src/mongo/s/chunk.h
parent31716d2ae526d82d7d36464f6c9fae8b9f38542f (diff)
downloadmongo-fdc2aec174d2facc5edeacd2b7f4c078836f1dfb.tar.gz
Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""
This reverts commit bae1d256c52d42e2e095d127f5bbec94abb68e05.
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r--src/mongo/s/chunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index 1ec9a9447cb..822ac534380 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -261,7 +261,7 @@ private:
/**
* Returns the connection string for the shard on which this chunk resides.
*/
- std::string _getShardConnectionString() const;
+ ConnectionString _getShardConnectionString() const;
// if min/max key is pos/neg infinity
bool _minIsInf() const;