diff options
Diffstat (limited to 'executor.h')
-rw-r--r-- | executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |