From a178039a655be960c13188cd68b0401f5a702011 Mon Sep 17 00:00:00 2001 From: Kano Date: Thu, 30 Aug 2012 23:22:37 +1000 Subject: [PATCH] miner.h max_hashes -> int64_t --- miner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner.h b/miner.h index 13f4960c..a234ecd3 100644 --- a/miner.h +++ b/miner.h @@ -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