diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-24 20:07:34 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-30 23:46:08 +0200 |
commit | 7d88cf456b70268336970ff584ea0c22deac8bfa (patch) | |
tree | 4995f14b6e7f8a0d2f41f023c1f9a6fa88d47f56 /msgstruct.h | |
parent | 652b79f6845dc8ec823ebe56ba11d39bd861734c (diff) | |
download | xmr-stak-7d88cf456b70268336970ff584ea0c22deac8bfa.zip xmr-stak-7d88cf456b70268336970ff584ea0c22deac8bfa.tar.gz |
update rot files
- add config file editor
- move telemetry out of minethd
Diffstat (limited to 'msgstruct.h')
-rw-r--r-- | msgstruct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/msgstruct.h b/msgstruct.h index 6f4a6fb..f3a39b2 100644 --- a/msgstruct.h +++ b/msgstruct.h @@ -11,6 +11,8 @@ struct pool_job char sJobID[64]; uint8_t bWorkBlob[112]; uint64_t iTarget; + // \todo remove workaround needed for amd + uint32_t iTarget32; uint32_t iWorkLen; uint32_t iResumeCnt; @@ -38,6 +40,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, |