X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=fd7343a8f57a1d9d2bc0f1c40f27c94ad1148098;hp=c1e553223066d147c86c0aa2e1ea330a704dea96;hb=27c5cb59127101d834636d4faa0062d4e7bd05ce;hpb=86f04dbcc08e52864c1136d713996e3a0c8d2610 diff --git a/src/thread.h b/src/thread.h index c1e55322..fd7343a8 100644 --- a/src/thread.h +++ b/src/thread.h @@ -76,6 +76,7 @@ struct Thread : public ThreadBase { Depth rootDepth; HistoryStats history; MovesStats counterMoves; + Depth completedDepth; };