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