summaryrefslogtreecommitdiffstats
path: root/msgstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'msgstruct.h')
-rw-r--r--msgstruct.h3
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,
OpenPOWER on IntegriCloud