]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Pick bestmove from the deepest thread.
[stockfish] / src / thread.h
index c1e553223066d147c86c0aa2e1ea330a704dea96..fd7343a8f57a1d9d2bc0f1c40f27c94ad1148098 100644 (file)
@@ -76,6 +76,7 @@ struct Thread : public ThreadBase {
   Depth rootDepth;
   HistoryStats history;
   MovesStats counterMoves;
   Depth rootDepth;
   HistoryStats history;
   MovesStats counterMoves;
+  Depth completedDepth;
 };
 
 
 };