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