]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Allow split point master to sleep
[stockfish] / src / thread.h
index 372d4da362e50db09f6e317cf9912d90c825328d..965bd30b9f43d6b9e6abdf128176e7ec3c56a2ca 100644 (file)
@@ -55,6 +55,7 @@ struct SplitPoint {
   bool pvNode, mateThreat;
   Value beta;
   int ply;
+  int master;
   Move threatMove;
   SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];