Browse Source

miner.h allow devices to tv_stamp work

nfactor-troky
Kano 11 years ago
parent
commit
ecacb24af1
  1. 2
      miner.h

2
miner.h

@ -1329,6 +1329,8 @@ struct work { @@ -1329,6 +1329,8 @@ struct work {
int subid;
// Allow devices to flag work for their own purposes
bool devflag;
// Allow devices to timestamp work for their own purposes
struct timeval tv_stamp;
struct timeval tv_getwork;
struct timeval tv_getwork_reply;

Loading…
Cancel
Save