summaryrefslogtreecommitdiffstats
path: root/msgstruct.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 /msgstruct.h
parent74c691470c57f447e3c1c118c4a4ee4bc366f2ff (diff)
downloadxmr-stak-9f0a90e7db7bf7a7e4a68efed29021e499b63e2c.zip
xmr-stak-9f0a90e7db7bf7a7e4a68efed29021e499b63e2c.tar.gz
Initial JSON API implementation
Diffstat (limited to 'msgstruct.h')
-rw-r--r--msgstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgstruct.h b/msgstruct.h
index d3b1709..6f4a6fb 100644
--- a/msgstruct.h
+++ b/msgstruct.h
@@ -41,7 +41,7 @@ struct job_result
enum ex_event_name { EV_INVALID_VAL, EV_SOCK_READY, EV_SOCK_ERROR,
EV_POOL_HAVE_JOB, EV_MINER_HAVE_RESULT, EV_PERF_TICK, EV_RECONNECT,
EV_SWITCH_POOL, EV_DEV_POOL_EXIT, EV_USR_HASHRATE, EV_USR_RESULTS, EV_USR_CONNSTAT,
- EV_HASHRATE_LOOP, EV_HTML_HASHRATE, EV_HTML_RESULTS, EV_HTML_CONNSTAT };
+ EV_HASHRATE_LOOP, EV_HTML_HASHRATE, EV_HTML_RESULTS, EV_HTML_CONNSTAT, EV_HTML_JSON };
/*
This is how I learned to stop worrying and love c++11 =).
OpenPOWER on IntegriCloud