diff options
Diffstat (limited to 'msgstruct.h')
-rw-r--r-- | msgstruct.h | 2 |
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 =). |