X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthread.h;h=3cc526ce5c127e3be85299e20775d4a42b9870f6;hb=aa40d0a917285172e9334156fef5236b0c0e004f;hp=d06291ebd61526a1a4b672833489ba2979d5c185;hpb=dee878082960be198fdb1493940b3d8a2be0bd58;p=stockfish diff --git a/src/thread.h b/src/thread.h index d06291eb..3cc526ce 100644 --- a/src/thread.h +++ b/src/thread.h @@ -57,11 +57,10 @@ struct SplitPoint { int ply; int master; Move threatMove; - SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2]; // Const pointers to shared data MovePicker* mp; - SearchStack* parentSstack; + SearchStack* ss; // Shared data Lock lock;