diff options
Diffstat (limited to 'src/mongo/s/client/shard_connection.h')
-rw-r--r-- | src/mongo/s/client/shard_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/shard_connection.h b/src/mongo/s/client/shard_connection.h index 8882961bb1c..4bac99332c0 100644 --- a/src/mongo/s/client/shard_connection.h +++ b/src/mongo/s/client/shard_connection.h @@ -103,7 +103,7 @@ public: } /** checks all of my thread local connections for the version of this ns */ - static void checkMyConnectionVersions(const std::string& ns); + static void checkMyConnectionVersions(OperationContext* txn, const std::string& ns); /** * Returns all the current sharded connections to the pool. |