X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=3512605c67aaa8120a0cfbea30012ca969894a41;hp=c1b635b7ea4db61dfca33ed0ee3423e3eeefb862;hb=5410424e3d036b43715c7989aa99e449cdcde18e;hpb=750dfa0521472e86c67f870fe7ca413d670cafe2 diff --git a/src/thread.h b/src/thread.h index c1b635b7..3512605c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -101,7 +101,7 @@ struct ThreadPool : public std::vector { uint64_t nodes_searched() const; uint64_t tb_hits() const; - std::atomic_bool stop, stopOnPonderhit; + std::atomic_bool stop, ponder, stopOnPonderhit; private: StateListPtr setupStates;