summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-08-24 15:53:26 -0400
committerSpencer T Brody <spencer@mongodb.com>2015-08-25 15:00:48 -0400
commit0d61a386620b9403b5fd19f276ded78ba766c2e8 (patch)
treead3602cdd831cd57d752fafd7bee96cdc0f59c7e /src/mongo/s/chunk.h
parentd64c98deed2440ae0f3700dc373bf8b97886030c (diff)
downloadmongo-0d61a386620b9403b5fd19f276ded78ba766c2e8.tar.gz
SERVER-19855 Use ShardConnection for migrations and splits
This reverts commit 169a7ca486099a93e8d3ea19cc556dc2c55fcd0e.
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 ef4b619b342..1a45a2c4b02 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -257,7 +257,7 @@ private:
/**
* Returns the connection string for the shard on which this chunk resides.
*/
- std::string _getShardConnectionString(OperationContext* txn) const;
+ ConnectionString _getShardConnectionString(OperationContext* txn) const;
// if min/max key is pos/neg infinity
bool _minIsInf() const;