mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
generic work structure flags for BFLSC (and usable by other drivers if needed)
This commit is contained in:
parent
ea327f7ba2
commit
f080db5fee
5
miner.h
5
miner.h
@ -1144,6 +1144,11 @@ struct work {
|
|||||||
|
|
||||||
double work_difficulty;
|
double work_difficulty;
|
||||||
|
|
||||||
|
// Allow devices to identify work if multiple sub-devices
|
||||||
|
int subid;
|
||||||
|
// Allow devices to flag work for their own purposes
|
||||||
|
bool devflag;
|
||||||
|
|
||||||
struct timeval tv_getwork;
|
struct timeval tv_getwork;
|
||||||
struct timeval tv_getwork_reply;
|
struct timeval tv_getwork_reply;
|
||||||
struct timeval tv_cloned;
|
struct timeval tv_cloned;
|
||||||
|
Loading…
Reference in New Issue
Block a user