summaryrefslogtreecommitdiffstats
path: root/executor.h
diff options
context:
space:
mode:
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