From 88a9d83e19bb87bd0b3f0af42e596224912772a5 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 23 Feb 2012 17:54:27 +1100 Subject: [PATCH] Report thread in during getting of work in benchmark mode. --- cgminer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cgminer.c b/cgminer.c index 8a2c6131..ac1af076 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: