1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-25 22:14:36 +00:00

Merge branch 'main'

This commit is contained in:
Kano 2012-09-04 00:56:35 +10:00
commit fd2034ce77
2 changed files with 2 additions and 0 deletions

View File

@ -4186,6 +4186,7 @@ bool test_nonce(struct work *work, uint32_t nonce)
bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce) bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce)
{ {
total_diff1++; total_diff1++;
thr->cgpu->diff1++;
work->pool->diff1++; work->pool->diff1++;
/* Do one last check before attempting to submit the work */ /* Do one last check before attempting to submit the work */

View File

@ -396,6 +396,7 @@ struct cgpu_info {
int gpu_powertune; int gpu_powertune;
float gpu_vddc; float gpu_vddc;
#endif #endif
int diff1;
int last_share_pool; int last_share_pool;
time_t last_share_pool_time; time_t last_share_pool_time;