X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=7a27aab1f91cad3b1ef8bc8d2495a86481b8c476;hp=af506609ed9f1e1ee0610e19fe63044e13de23ad;hb=1982fe25f817c29aef9dd156869a53e520ce3629;hpb=0f63b35120e79fe6cc76abdd293d58243ccdbacb diff --git a/src/thread.h b/src/thread.h index af506609..7a27aab1 100644 --- a/src/thread.h +++ b/src/thread.h @@ -63,7 +63,7 @@ public: size_t pvIdx, pvLast; int selDepth, nmpMinPly; Color nmpColor; - std::atomic nodes, tbHits; + std::atomic nodes, tbHits, bestMoveChanges; Position rootPos; Search::RootMoves rootMoves; @@ -85,7 +85,7 @@ struct MainThread : public Thread { void search() override; void check_time(); - double bestMoveChanges, previousTimeReduction; + double previousTimeReduction; Value previousScore; int callsCnt; bool stopOnPonderhit;