Browse Source

Report thread in during getting of work in benchmark mode.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
88a9d83e19
  1. 1
      cgminer.c

1
cgminer.c

@ -3235,6 +3235,7 @@ static bool get_work(struct work *work, bool requested, struct thr_info *thr, @@ -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:

Loading…
Cancel
Save