diff options
author | fireice-uk <fireice2@o2.pl> | 2017-01-16 14:39:03 +0000 |
---|---|---|
committer | fireice-uk <fireice2@o2.pl> | 2017-01-16 14:39:03 +0000 |
commit | 09b65fac78adf4c1e19de5383ea68b1b13b68e49 (patch) | |
tree | 5678ae9f55ae5a73c031b663c264f37996817f0a /executor.h | |
parent | 0a32bad780000111d345938f186253cf9dfa4113 (diff) | |
download | xmr-stak-09b65fac78adf4c1e19de5383ea68b1b13b68e49.zip xmr-stak-09b65fac78adf4c1e19de5383ea68b1b13b68e49.tar.gz |
Minor report fixes
Diffstat (limited to 'executor.h')
-rw-r--r-- | executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |