summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool_tl.h
diff options
context:
space:
mode:
authorJason Carey <jcarey@argv.me>2018-05-22 18:18:45 -0400
committerJason Carey <jcarey@argv.me>2018-06-08 15:08:52 -0400
commitafe78b2fd058c09a754653bf024744ee97392bc4 (patch)
tree2422581b55a32d5ad134d198b58413d9c360a99e /src/mongo/executor/connection_pool_tl.h
parent2baf303830538053d3bfedaa99fec0c4b5e83cd8 (diff)
downloadmongo-afe78b2fd058c09a754653bf024744ee97392bc4.tar.gz
SERVER-35179 Make NiTL actually refresh
Diffstat (limited to 'src/mongo/executor/connection_pool_tl.h')
-rw-r--r--src/mongo/executor/connection_pool_tl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool_tl.h b/src/mongo/executor/connection_pool_tl.h
index 4c57945cc97..1e9e1c98604 100644
--- a/src/mongo/executor/connection_pool_tl.h
+++ b/src/mongo/executor/connection_pool_tl.h
@@ -87,12 +87,12 @@ public:
void indicateSuccess() override;
void indicateFailure(Status status) override;
+ void indicateUsed() override;
const HostAndPort& getHostAndPort() const override;
bool isHealthy() override;
AsyncDBClient* client();
private:
- void indicateUsed() override;
Date_t getLastUsed() const override;
const Status& getStatus() const override;