X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=2b1f92b209290529abb627c9dd9319b06d328fd1;hb=6a6fc28551b84719868df99950584b878199d0c6;hp=087ed3820fd217fd0af42eed4fdf62545d0df5ff;hpb=ef38046e734490499e4b6254dbf4fc434bf37fc9;p=stockfish diff --git a/src/thread.h b/src/thread.h index 087ed382..2b1f92b2 100644 --- a/src/thread.h +++ b/src/thread.h @@ -61,6 +61,7 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; size_t pvIdx, pvLast; + uint64_t ttHitAverage; int selDepth, nmpMinPly; Color nmpColor; std::atomic nodes, tbHits, bestMoveChanges;