Browse Source

miner.h allow devices to tv_stamp work

Kano 12 years ago
parent
commit
3fc7ff45e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.h

+ 2 - 0
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;