X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=8181163ec1b7516dec0c184f193de130920ea3f3;hp=4e63fe478073953fcffd7f474e728c8f659afd43;hb=7f2eb10e93879bc569c7ddf6fb51d6f812cc477c;hpb=ca14345ba26fc40e1039029659f57028f510502f diff --git a/src/thread.h b/src/thread.h index 4e63fe47..8181163e 100644 --- a/src/thread.h +++ b/src/thread.h @@ -68,6 +68,7 @@ public: Depth rootDepth; HistoryStats history; MoveStats counterMoves; + FromToStats fromTo; Depth completedDepth; std::atomic_bool resetCalls; };