1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

Report thread in during getting of work in benchmark mode.

This commit is contained in:
Con Kolivas 2012-02-23 17:54:27 +11:00
parent 49ba39627c
commit 88a9d83e19

View File

@ -3235,6 +3235,7 @@ static bool get_work(struct work *work, bool requested, struct thr_info *thr,
if (opt_benchmark) { if (opt_benchmark) {
get_benchmark_work(work); get_benchmark_work(work);
thread_reportin(thr);
return true; return true;
} }
retry: retry: