From 3fc7ff45e47f6ff1d5a5dcdd3a540e51b043dd98 Mon Sep 17 00:00:00 2001 From: Kano Date: Wed, 16 Oct 2013 01:54:54 +1100 Subject: [PATCH] miner.h allow devices to tv_stamp work --- miner.h | 2 ++ 1 file changed, 2 insertions(+) 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;