Commit 26eb918100e84b10f80cb3d8f974f492deb7c0ba

Con Kolivas 2012-08-30T06:28:55

Merge pull request #307 from kanoi/icarus miner.h max_hashes -> int64_t

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.h b/miner.h
index 13f4960..a234ecd 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