1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Merge pull request #307 from kanoi/icarus

miner.h max_hashes -> int64_t
This commit is contained in:
Con Kolivas 2012-08-30 06:28:55 -07:00
commit 26eb918100

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