diff --git a/cgminer.c b/cgminer.c index 958fcbea..86e9c29f 100644 --- a/cgminer.c +++ b/cgminer.c @@ -5062,6 +5062,7 @@ static struct work *hash_pop(void) /* Signal hash_pop again in case there are mutliple hash_pop waiters */ pthread_cond_signal(&getq->cond); mutex_unlock(stgd_lock); + work->pool->last_work_time = time(NULL); return work; }