X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=114769d2fa19a355ec0de44c7f75801534b59316;hb=02708a4a1153d59c058f8056bc31713322130392;hp=fb11344c26e5111c37d65398e903840ce21a24c6;hpb=44c320a572188b5875291103edb344c584b91d19;p=stockfish diff --git a/src/thread.h b/src/thread.h index fb11344c..114769d2 100644 --- a/src/thread.h +++ b/src/thread.h @@ -59,7 +59,6 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; - Endgames endgames; size_t pvIdx, pvLast; int selDepth, nmpMinPly; Color nmpColor; @@ -67,7 +66,7 @@ public: Position rootPos; Search::RootMoves rootMoves; - Depth completedDepth; + Depth rootDepth, completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory;