X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=96c0a2d17a476ed42859067d2d29e44b99e7090c;hp=809a15d1cf2ee63735a27337f8ac1150fec274b0;hb=9c9205860c5ab0e4f3180298e3f7082be259772c;hpb=27c5cb59127101d834636d4faa0062d4e7bd05ce diff --git a/src/search.h b/src/search.h index 809a15d1..96c0a2d1 100644 --- a/src/search.h +++ b/src/search.h @@ -93,7 +93,7 @@ struct LimitsType { /// typically in an async fashion e.g. to stop the search by the GUI. struct SignalsType { - std::atomic stop, stopOnPonderhit, firstRootMove, failedLowAtRoot; + std::atomic_bool stop, stopOnPonderhit, firstRootMove, failedLowAtRoot; }; typedef std::unique_ptr> StateStackPtr;