Commit 011f2d30ae01524cdc5870b9c103b51812740d65

Con Kolivas 2013-10-18T06:56:13

Merge branch 'master' of github.com:ckolivas/cgminer

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.h b/miner.h
index 9078aa1..537aab5 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;