]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Revert "Fix a race on Limits::ponder"
[stockfish] / src / thread.h
index 35cf3efeb53aea704394f20a11bf36d86c815561..c1b635b7ea4db61dfca33ed0ee3423e3eeefb862 100644 (file)
@@ -67,9 +67,9 @@ public:
   Search::RootMoves rootMoves;
   Depth rootDepth;
   Depth completedDepth;
-  CounterMoveStat counterMoves;
-  ButterflyHistory history;
-  CounterMoveHistoryStat counterMoveHistory;
+  CounterMoveHistory counterMoves;
+  ButterflyHistory mainHistory;
+  ContinuationHistory contHistory;
 };