1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

miner.h max_hashes -> int64_t

This commit is contained in:
Kano 2012-08-30 23:22:37 +10:00
parent f97bf2e2ac
commit a178039a65

View File

@ -352,7 +352,7 @@ struct cgpu_info {
int threads; int threads;
struct thr_info **thr; struct thr_info **thr;
unsigned int max_hashes; int64_t max_hashes;
const char *kname; const char *kname;
#ifdef HAVE_OPENCL #ifdef HAVE_OPENCL