X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=195c3b3b919e2d07afaeee3fd11be02012003550;hp=8181163ec1b7516dec0c184f193de130920ea3f3;hb=fdf3a51c68cb778af445bf6dafbfecf375fc2ee8;hpb=b3525fa9ea88e230a38d72351826cbc16c282938 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; };