X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=195c3b3b919e2d07afaeee3fd11be02012003550;hb=1e586288ca4a0ae567c8d9b9b77e804f25fe6719;hp=8181163ec1b7516dec0c184f193de130920ea3f3;hpb=b3525fa9ea88e230a38d72351826cbc16c282938;p=stockfish diff --git a/src/thread.h b/src/thread.h index 8181163e..195c3b3b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -66,11 +66,12 @@ public: Position rootPos; Search::RootMoves rootMoves; Depth rootDepth; + Depth completedDepth; + std::atomic_bool resetCalls; HistoryStats history; MoveStats counterMoves; FromToStats fromTo; - Depth completedDepth; - std::atomic_bool resetCalls; + CounterMoveHistoryStats counterMoveHistory; };