summaryrefslogtreecommitdiffstats
path: root/executor.h
diff options
context:
space:
mode:
authorfireice-uk <fireice2@o2.pl>2017-02-12 14:14:27 +0000
committerfireice-uk <fireice2@o2.pl>2017-02-12 14:14:27 +0000
commit1b4f0dd57be74bcd5e724d7910243a5c6712e7d8 (patch)
treec8cf3f4560809a53718fa3fabe88e0a9aa509aa2 /executor.h
parent433db1917e95568d56802d73213a1f4ab6782a0c (diff)
downloadxmr-stak-1b4f0dd57be74bcd5e724d7910243a5c6712e7d8.zip
xmr-stak-1b4f0dd57be74bcd5e724d7910243a5c6712e7d8.tar.gz
Giveup limit
Diffstat (limited to 'executor.h')
-rw-r--r--executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor.h b/executor.h
index 63459b9..7bde3b5 100644
--- a/executor.h
+++ b/executor.h
@@ -81,6 +81,8 @@ private:
std::promise<void> httpReady;
std::mutex httpMutex;
+ size_t iReconnectAttempts = 0;
+
struct sck_error_log
{
std::chrono::system_clock::time_point time;
OpenPOWER on IntegriCloud