summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/chunk_manager.h')
-rw-r--r--src/mongo/s/chunk_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/chunk_manager.h b/src/mongo/s/chunk_manager.h
index 67cdfb15fa6..b91750c4073 100644
--- a/src/mongo/s/chunk_manager.h
+++ b/src/mongo/s/chunk_manager.h
@@ -412,7 +412,7 @@ public:
* Finds the shard IDs for a given filter and collation. If collation is empty, we use the
* collection default collation for targeting.
*/
- void getShardIdsForQuery(OperationContext* opCtx,
+ void getShardIdsForQuery(boost::intrusive_ptr<ExpressionContext> expCtx,
const BSONObj& query,
const BSONObj& collation,
std::set<ShardId>* shardIds) const;