X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=3dc0f274ba7d21a853bcfc11ad2948b3dbb537c1;hb=40a7ffd53fdcd63a7eeb1382e54a5bdcd455edb7;hp=d8eee1c126de09aaec29c999783a245caa11f329;hpb=6382324afda5cab5657863fa3e38de6c21fc55ed;p=stockfish diff --git a/src/thread.h b/src/thread.h index d8eee1c1..3dc0f274 100644 --- a/src/thread.h +++ b/src/thread.h @@ -26,6 +26,8 @@ //// Includes //// +#include + #include "lock.h" #include "movepick.h" #include "position.h" @@ -73,7 +75,7 @@ struct Thread { volatile bool idle; volatile bool sleeping; volatile bool workIsWaiting; - volatile bool printCurrentLine; + volatile bool printCurrentLineRequest; unsigned char pad[64]; // set some distance among local data for each thread };