X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=606f96262dd72ead3f3672a45c1148f840efcb97;hp=54083d2e5c83af994e0c3f647dc61eacd51d44cf;hb=7ff965eebfbc17d2bb4be9c64d56fecf68615010;hpb=40548c9153ea89c0b27b198efb443c5bb9b9c490 diff --git a/src/thread.h b/src/thread.h index 54083d2e..606f9626 100644 --- a/src/thread.h +++ b/src/thread.h @@ -46,7 +46,7 @@ struct SplitPoint { // Const data after split point has been setup const Position* pos; Search::Stack* ss; - Thread* masterThread; + Thread* master; Depth depth; Value beta; int nodeType;