X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=c1b635b7ea4db61dfca33ed0ee3423e3eeefb862;hp=35cf3efeb53aea704394f20a11bf36d86c815561;hb=b40e45c1cc51bd228898314264d6d241478b23d8;hpb=53c2d9df5e76caa3d8f2421ff5430fd90bb8cc64;ds=sidebyside 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; };