X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=c1b635b7ea4db61dfca33ed0ee3423e3eeefb862;hp=77517b07fe85aeb2212bd048a7c792c12c6a32eb;hb=750dfa0521472e86c67f870fe7ca413d670cafe2;hpb=36a93d90f76d32e16a5f2acb09b7de2d67225021 diff --git a/src/thread.h b/src/thread.h index 77517b07..c1b635b7 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,16 +60,16 @@ public: Material::Table materialTable; Endgames endgames; size_t idx, PVIdx; - int maxPly; + int selDepth; std::atomic nodes, tbHits; Position rootPos; Search::RootMoves rootMoves; Depth rootDepth; Depth completedDepth; - CounterMoveStat counterMoves; - ButterflyHistory history; - CounterMoveHistoryStat counterMoveHistory; + CounterMoveHistory counterMoves; + ButterflyHistory mainHistory; + ContinuationHistory contHistory; };