summaryrefslogtreecommitdiffstats
path: root/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor.h')
-rw-r--r--executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor.h b/executor.h
index e3111ea..368556e 100644
--- a/executor.h
+++ b/executor.h
@@ -146,7 +146,7 @@ private:
//Those stats are reset if we disconnect
inline void reset_stats()
{
- iPoolCallTimes.empty();
+ iPoolCallTimes.clear();
tPoolConnTime = std::chrono::system_clock::now();
iPoolHashes = 0;
iPoolDiff = 0;
OpenPOWER on IntegriCloud