X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=387937390c18b1381fccc2e18755b69f3f73c2c9;hb=1a5c21dc56a30f4af3979fb47ec3681dc7077195;hp=fae866c4f30d21657f1ae396f5277a0b83cf50ee;hpb=c2b9134c6e7637ea375b4755a6f96dc772c6bb17;p=stockfish 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;