projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improve handling of fail-highs in assumed PV
[stockfish]
/
src
/
thread.h
diff --git
a/src/thread.h
b/src/thread.h
index d97a25a693831b047a547ba539d51fc01e7fec06..1d3e96844ed27df9e88f90ad8c53d7f484462242 100644
(file)
--- a/
src/thread.h
+++ b/
src/thread.h
@@
-67,6
+67,7
@@
struct Thread {
int activeSplitPoints;
uint64_t nodes;
bool failHighPly1;
+ bool aspirationFailHighPly1;
volatile bool stop;
volatile bool running;
volatile bool idle;