Browse Source

miner.h max_hashes -> int64_t

nfactor-troky
Kano 12 years ago
parent
commit
a178039a65
  1. 2
      miner.h

2
miner.h

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

Loading…
Cancel
Save