X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=fae866c4f30d21657f1ae396f5277a0b83cf50ee;hp=e04d303a271996ee39f2335997e58e6fd4c3bcf7;hb=c2b9134c6e7637ea375b4755a6f96dc772c6bb17;hpb=11c6cf720d4cdd882bc0f2c36e25910cf77fb57b diff --git a/src/thread.h b/src/thread.h index e04d303a..fae866c4 100644 --- a/src/thread.h +++ b/src/thread.h @@ -72,6 +72,7 @@ public: StateInfo rootState; Search::RootMoves rootMoves; Depth rootDepth, completedDepth; + Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; LowPlyHistory lowPlyHistory;