summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.h
diff options
context:
space:
mode:
authorJonathan <thejonathanma@gmail.com>2018-12-07 09:55:53 -0500
committerJonathan <thejonathanma@gmail.com>2018-12-11 11:31:12 -0500
commitbc035c247827fbda8df43f5df6bb075da234179d (patch)
tree2dc450a2734c31cf3bf9f6e0f1591d09094f6177 /src/mongo/executor/connection_pool.h
parente9b5a62d2d45074757448b2f40efb05b4bca67a5 (diff)
downloadmongo-bc035c247827fbda8df43f5df6bb075da234179d.tar.gz
SERVER-36415 Allow dropConnections to take in a HostAndPort in EgressTagCloser
Diffstat (limited to 'src/mongo/executor/connection_pool.h')
-rw-r--r--src/mongo/executor/connection_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool.h b/src/mongo/executor/connection_pool.h
index fb32aa16310..f6dfc02eb95 100644
--- a/src/mongo/executor/connection_pool.h
+++ b/src/mongo/executor/connection_pool.h
@@ -142,7 +142,7 @@ public:
void shutdown();
- void dropConnections(const HostAndPort& hostAndPort);
+ void dropConnections(const HostAndPort& hostAndPort) override;
void dropConnections(transport::Session::TagMask tags) override;