]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Improve handling of fail-highs in assumed PV
[stockfish] / src / thread.h
index d97a25a693831b047a547ba539d51fc01e7fec06..1d3e96844ed27df9e88f90ad8c53d7f484462242 100644 (file)
@@ -67,6 +67,7 @@ struct Thread {
   int activeSplitPoints;
   uint64_t nodes;
   bool failHighPly1;
+  bool aspirationFailHighPly1;
   volatile bool stop;
   volatile bool running;
   volatile bool idle;