X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=c1b635b7ea4db61dfca33ed0ee3423e3eeefb862;hp=35cf3efeb53aea704394f20a11bf36d86c815561;hb=750dfa0521472e86c67f870fe7ca413d670cafe2;hpb=377d77dbe922b99ee34d686e4fe180698a9b535a diff --git a/src/thread.h b/src/thread.h index 35cf3efe..c1b635b7 100644 --- a/src/thread.h +++ b/src/thread.h @@ -67,9 +67,9 @@ public: Search::RootMoves rootMoves; Depth rootDepth; Depth completedDepth; - CounterMoveStat counterMoves; - ButterflyHistory history; - CounterMoveHistoryStat counterMoveHistory; + CounterMoveHistory counterMoves; + ButterflyHistory mainHistory; + ContinuationHistory contHistory; };