]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Cleanup history stats
[stockfish] / src / thread.h
index 97ed219a67f6eb93640ccc1480f6f7ca4aed9eb9..459b1ddde9fe11daadd308bb5f717abfcc86dbd8 100644 (file)
@@ -76,10 +76,10 @@ struct Thread : public ThreadBase {
 
   Position rootPos;
   Search::RootMoveVector rootMoves;
+  Depth rootDepth;
   Search::Stack stack[MAX_PLY+4];
-  HistoryStats History;
-  MovesStats Countermoves;
-  Depth depth;
+  HistoryStats history;
+  MovesStats counterMoves;
 };