X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=387937390c18b1381fccc2e18755b69f3f73c2c9;hp=fae866c4f30d21657f1ae396f5277a0b83cf50ee;hb=7b278aab9f61620b9dba31896b38aeea1eb911e2;hpb=a0259d8ab9661b7f625474d2cbe18481ef69bbf2 diff --git a/src/thread.h b/src/thread.h index fae866c4..38793739 100644 --- a/src/thread.h +++ b/src/thread.h @@ -64,6 +64,7 @@ public: uint64_t nodesLastExplosive; uint64_t nodesLastNormal; std::atomic nodes, tbHits, bestMoveChanges; + Value bestValue; int selDepth, nmpMinPly; Color nmpColor; ExplosionState state;