X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=7c46980b2d36f07808e1f7acd8b02fbdb46062ac;hp=55a1bf6b3e1874754821e778bb85edffc5984673;hb=36a93d90f76d32e16a5f2acb09b7de2d67225021;hpb=0371a8f8c4a043cb3e7d08b5b8e7d08d49f28324 diff --git a/src/search.h b/src/search.h index 55a1bf6b..7c46980b 100644 --- a/src/search.h +++ b/src/search.h @@ -21,7 +21,6 @@ #ifndef SEARCH_H_INCLUDED #define SEARCH_H_INCLUDED -#include #include #include "misc.h" @@ -92,15 +91,6 @@ struct LimitsType { TimePoint startTime; }; - -/// SignalsType struct stores atomic flags updated during the search, typically -/// in an async fashion e.g. to stop the search by the GUI. - -struct SignalsType { - std::atomic_bool stop, stopOnPonderhit; -}; - -extern SignalsType Signals; extern LimitsType Limits; void init();