]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Remove failedLow from the mainThread struct
[stockfish] / src / search.h
index 8638a9276f0abf1dec43465caf758dcdab6f8b5f..26ec6f01c37903ecc1e7e6fe9d0a503a3805d412 100644 (file)
@@ -69,6 +69,8 @@ struct RootMove {
   Value score = -VALUE_INFINITE;
   Value previousScore = -VALUE_INFINITE;
   int selDepth = 0;
+  int tbRank;
+  Value tbScore;
   std::vector<Move> pv;
 };