]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Tablebases root ranking
[stockfish] / src / thread.h
index 0d5077393c1233792d7c1d5efcc7f1bbe7dfe2c1..602e1f3b37996ca65ba849cbef9bff8a41f4abb0 100644 (file)
@@ -60,7 +60,7 @@ public:
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   Endgames endgames;
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   Endgames endgames;
-  size_t PVIdx;
+  size_t PVIdx, PVLast;
   int selDepth, nmp_ply, nmp_odd;
   std::atomic<uint64_t> nodes, tbHits;
 
   int selDepth, nmp_ply, nmp_odd;
   std::atomic<uint64_t> nodes, tbHits;