X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=2b1f92b209290529abb627c9dd9319b06d328fd1;hp=087ed3820fd217fd0af42eed4fdf62545d0df5ff;hb=fe124896b241b4791454fd151da10101ad48f6d7;hpb=3468138210cacdf46051e9d5bde6e28effee2cdc 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;