Commit ba845cf8095b96eceb9d28d6f6385cbd5690a695

Con Kolivas 2014-03-07T18:59:19

Disable mistakenly enabled lock tracking.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.h b/miner.h
index e130d78..640029c 100644
--- a/miner.h
+++ b/miner.h
@@ -692,7 +692,7 @@ extern void _quit(int status);
  * So, e.g. use it to track down a deadlock - after a reproducable deadlock occurs
  * ... Of course if the API code itself deadlocks, it wont help :)
  */
-#define LOCK_TRACKING 1
+#define LOCK_TRACKING 0
 
 #if LOCK_TRACKING
 enum cglock_typ {