summaryrefslogtreecommitdiffstats
path: root/executor.h
diff options
context:
space:
mode:
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 d7fa27d..a3a0828 100644
--- a/executor.h
+++ b/executor.h
@@ -38,6 +38,7 @@ public:
inline void push_event(ex_event&& ev) { oEventQ.push(std::move(ev)); }
void push_timed_event(ex_event&& ev, size_t sec);
+ void log_result_error(std::string&& sError);
constexpr static size_t invalid_pool_id = 0;
constexpr static size_t dev_pool_id = 1;
@@ -169,7 +170,6 @@ private:
double fHighestHps = 0.0;
void log_socket_error(std::string&& sError);
- void log_result_error(std::string&& sError);
void log_result_ok(uint64_t iActualDiff);
void sched_reconnect();
OpenPOWER on IntegriCloud