summaryrefslogtreecommitdiffstats
path: root/executor.h
diff options
context:
space:
mode:
authorfireice-uk <fireice2@o2.pl>2017-01-16 14:39:03 +0000
committerfireice-uk <fireice2@o2.pl>2017-01-16 14:39:03 +0000
commit09b65fac78adf4c1e19de5383ea68b1b13b68e49 (patch)
tree5678ae9f55ae5a73c031b663c264f37996817f0a /executor.h
parent0a32bad780000111d345938f186253cf9dfa4113 (diff)
downloadxmr-stak-09b65fac78adf4c1e19de5383ea68b1b13b68e49.zip
xmr-stak-09b65fac78adf4c1e19de5383ea68b1b13b68e49.tar.gz
Minor report fixes
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