Commit 88a9d83e19bb87bd0b3f0af42e596224912772a5

Con Kolivas 2012-02-23T17:54:27

Report thread in during getting of work in benchmark mode.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index 8a2c613..ac1af07 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -3235,6 +3235,7 @@ static bool get_work(struct work *work, bool requested, struct thr_info *thr,
 
 	if (opt_benchmark) {
 		get_benchmark_work(work);
+		thread_reportin(thr);
 		return true;
 	}
 retry: