mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-11 21:51:57 +00:00
Merge branch 'master' of github.com:ckolivas/cgminer
This commit is contained in:
commit
011f2d30ae
2
miner.h
2
miner.h
@ -1405,6 +1405,8 @@ struct work {
|
|||||||
int subid;
|
int subid;
|
||||||
// Allow devices to flag work for their own purposes
|
// Allow devices to flag work for their own purposes
|
||||||
bool devflag;
|
bool devflag;
|
||||||
|
// Allow devices to timestamp work for their own purposes
|
||||||
|
struct timeval tv_stamp;
|
||||||
|
|
||||||
struct timeval tv_getwork;
|
struct timeval tv_getwork;
|
||||||
struct timeval tv_getwork_reply;
|
struct timeval tv_getwork_reply;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user