X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=786258a2ed564961fdb75f67024944aaf8c25d49;hp=18870021ba3665bd026364a24594ca4bf57c26d8;hb=5fd5453e594ee6cadf4a3c502bc53d28cfe5aa8b;hpb=41ccc885ece3f49139eee113493c3a0fdc51e4bf diff --git a/src/thread.cpp b/src/thread.cpp index 18870021..786258a2 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -153,7 +153,7 @@ void Thread::split(Position& pos, Stack* ss, Value alpha, Value beta, Value* bes // Pick and init the next available split point SplitPoint& sp = splitPoints[splitPointsSize]; - sp.masterThread = this; + sp.master = this; sp.parentSplitPoint = activeSplitPoint; sp.slavesMask = 0, sp.slavesMask.set(idx); sp.depth = depth;