X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=77517b07fe85aeb2212bd048a7c792c12c6a32eb;hp=dc0c51c28d5c2401e415ccde5ce361b43061a3b9;hb=36a93d90f76d32e16a5f2acb09b7de2d67225021;hpb=0371a8f8c4a043cb3e7d08b5b8e7d08d49f28324 diff --git a/src/thread.h b/src/thread.h index dc0c51c2..77517b07 100644 --- a/src/thread.h +++ b/src/thread.h @@ -101,6 +101,8 @@ struct ThreadPool : public std::vector { uint64_t nodes_searched() const; uint64_t tb_hits() const; + std::atomic_bool stop, stopOnPonderhit; + private: StateListPtr setupStates; };