X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=a1545072843a2dd9286c53db09d2b48c8bb8275c;hb=20484ccdd5876deee4138d8badea4ef44b73341f;hp=2b1f92b209290529abb627c9dd9319b06d328fd1;hpb=0256416bb7b3ba7e96a487062104a9379c0c3a82;p=stockfish diff --git a/src/thread.h b/src/thread.h index 2b1f92b2..a1545072 100644 --- a/src/thread.h +++ b/src/thread.h @@ -88,6 +88,7 @@ struct MainThread : public Thread { double previousTimeReduction; Value previousScore; + Value iterValue[4]; int callsCnt; bool stopOnPonderhit; std::atomic_bool ponder;