diff options
Diffstat (limited to 'msgstruct.h')
-rw-r--r-- | msgstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/msgstruct.h b/msgstruct.h index fc9f6ff..248ee16 100644 --- a/msgstruct.h +++ b/msgstruct.h @@ -39,7 +39,8 @@ 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_SWITCH_POOL, EV_DEV_POOL_EXIT, EV_USR_HASHRATE, EV_USR_RESULTS, EV_USR_CONNSTAT, + EV_HASHRATE_LOOP }; /* This is how I learned to stop worrying and love c++11 =). |