X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=459b1ddde9fe11daadd308bb5f717abfcc86dbd8;hb=307a5a4f63169fd215860dc478dcf2a9db2c46e8;hp=97ed219a67f6eb93640ccc1480f6f7ca4aed9eb9;hpb=55758344d3ccf49353bcd8f3a06a4553ff1b753a;p=stockfish diff --git a/src/thread.h b/src/thread.h index 97ed219a..459b1ddd 100644 --- a/src/thread.h +++ b/src/thread.h @@ -76,10 +76,10 @@ struct Thread : public ThreadBase { Position rootPos; Search::RootMoveVector rootMoves; + Depth rootDepth; Search::Stack stack[MAX_PLY+4]; - HistoryStats History; - MovesStats Countermoves; - Depth depth; + HistoryStats history; + MovesStats counterMoves; };