diff --git a/miner.h b/miner.h index 9078aa10..537aab51 100644 --- a/miner.h +++ b/miner.h @@ -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;