|
@@ -1356,6 +1356,9 @@ struct work {
|
|
|
// Allow devices to identify work if multiple sub-devices
|
|
// Allow devices to identify work if multiple sub-devices
|
|
|
// DEPRECATED: New code should be using multiple processors instead
|
|
// DEPRECATED: New code should be using multiple processors instead
|
|
|
unsigned char subid;
|
|
unsigned char subid;
|
|
|
|
|
+
|
|
|
|
|
+ // Allow devices to timestamp work for their own purposes
|
|
|
|
|
+ struct timeval tv_stamp;
|
|
|
|
|
|
|
|
blktemplate_t *tmpl;
|
|
blktemplate_t *tmpl;
|
|
|
int *tmpl_refcount;
|
|
int *tmpl_refcount;
|