1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 23:14:21 +00:00

miner.h allow devices to tv_stamp work

This commit is contained in:
Kano 2013-10-16 01:54:54 +11:00
parent 06ed3e381b
commit 3fc7ff45e4

View File

@ -1405,6 +1405,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;