X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=4fc0953eac6ec7145ba8ade4e16b228db6d70e0f;hp=bd20361daff658cd31a9e955fe585d3473a1c7e4;hb=4739037f967ac3c818907e89cc88c7b97021d027;hpb=234344500f4d6e35c6992a07e0b1adb59aea209e;ds=sidebyside diff --git a/src/thread.cpp b/src/thread.cpp index bd20361d..4fc0953e 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -255,7 +255,7 @@ Thread* ThreadPool::available_slave(const Thread* master) const { // leave their idle loops and call search(). When all threads have returned from // search() then split() returns. -void Thread::split(Position& pos, const Stack* ss, Value alpha, Value beta, Value* bestValue, +void Thread::split(Position& pos, Stack* ss, Value alpha, Value beta, Value* bestValue, Move* bestMove, Depth depth, int moveCount, MovePicker* movePicker, int nodeType, bool cutNode) {