]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Call TT.new_search() earlier.
[stockfish] / src / thread.h
index 86e5565f2e3363667bbf07a34a777fdec56f5b70..7666a34fbaba39110c181de72eb1e584f435a462 100644 (file)
@@ -68,9 +68,9 @@ public:
   Depth rootDepth;
   Depth completedDepth;
   std::atomic_bool resetCalls;
-  MoveStats counterMoves;
-  HistoryStats history;
-  CounterMoveHistoryStats counterMoveHistory;
+  CounterMoveStat counterMoves;
+  ButterflyHistory history;
+  CounterMoveHistoryStat counterMoveHistory;
 };