Conflicts: driver-opencl.c
@@ -4689,6 +4689,7 @@ void *miner_thread(void *userdata)
"mining thread %d", thr_id);
break;
}
+ cgpu->new_work = true;
requested = false;
gettimeofday(&tv_workstart, NULL);
work->blk.nonce = 0;
@@ -410,6 +410,8 @@ struct cgpu_info {
double gpu_us_average;
#endif
+ bool new_work;
+
float temp;
int cutofftemp;