summaryrefslogtreecommitdiffstats
path: root/executor.h
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-07-12 23:07:08 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-07-12 23:07:08 +0100
commit9f0a90e7db7bf7a7e4a68efed29021e499b63e2c (patch)
treeb126b79278043262edd227d7b09b566b71a87be1 /executor.h
parent74c691470c57f447e3c1c118c4a4ee4bc366f2ff (diff)
downloadxmr-stak-9f0a90e7db7bf7a7e4a68efed29021e499b63e2c.zip
xmr-stak-9f0a90e7db7bf7a7e4a68efed29021e499b63e2c.tar.gz
Initial JSON API implementation
Diffstat (limited to 'executor.h')
-rw-r--r--executor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor.h b/executor.h
index 74efec0..c447064 100644
--- a/executor.h
+++ b/executor.h
@@ -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);
OpenPOWER on IntegriCloud