X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=042bc2e9231588d5db2bd1fc4b5a097658df6399;hp=46da1e348d128fbf01a8f39c458c8a57b3b94450;hb=cc9d503ddea998890112efd08fae3705f2727e37;hpb=84f3e867903f62480c33243dd0ecbffd342796fc diff --git a/src/thread.h b/src/thread.h index 46da1e34..042bc2e9 100644 --- a/src/thread.h +++ b/src/thread.h @@ -65,6 +65,7 @@ public: std::atomic nodes, tbHits, bestMoveChanges; Position rootPos; + StateInfo rootState; Search::RootMoves rootMoves; Depth rootDepth, completedDepth; CounterMoveHistory counterMoves;