summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_commands_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_commands_common.h')
-rw-r--r--src/mongo/s/commands/cluster_commands_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_commands_common.h b/src/mongo/s/commands/cluster_commands_common.h
index 819fd8738ea..7d6465bc400 100644
--- a/src/mongo/s/commands/cluster_commands_common.h
+++ b/src/mongo/s/commands/cluster_commands_common.h
@@ -73,7 +73,7 @@ public:
blocks until command is done
returns ok()
*/
- bool join(OperationContext* txn, int maxRetries = 1);
+ bool join(OperationContext* opCtx, int maxRetries = 1);
private:
CommandResult(const std::string& server,
@@ -137,7 +137,7 @@ bool appendEmptyResultSet(BSONObjBuilder& result, Status status, const std::stri
*
* Throws exception on errors.
*/
-std::vector<NamespaceString> getAllShardedCollectionsForDb(OperationContext* txn,
+std::vector<NamespaceString> getAllShardedCollectionsForDb(OperationContext* opCtx,
StringData dbName);
} // namespace mongo