X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=f530913cf22017f21fa49a2ca812dc6861b5439c;hp=04e9a370cb9a5604ef7afa4a586263a3d594e28c;hb=5fd5453e594ee6cadf4a3c502bc53d28cfe5aa8b;hpb=41ccc885ece3f49139eee113493c3a0fdc51e4bf diff --git a/src/thread.h b/src/thread.h index 04e9a370..f530913c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -72,7 +72,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;