diff options
Diffstat (limited to 'executor.h')
-rw-r--r-- | executor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ private: void http_hashrate_report(std::string& out); void http_result_report(std::string& out); void http_connection_report(std::string& out); + void http_json_report(std::string& out); void http_report(ex_event_name ev); void print_report(ex_event_name ev); |