Commit b34f36b7001d4e81de72709b74f9d373a9ee9ec5

Con Kolivas 2012-08-31T09:22:28

Merge branch 'master' of github.com:ckolivas/cgminer

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