X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=558a6752da9c679cfa59f6c4b614356703df2680;hb=ad4eac376fdc7a5ccc794416d0295a38a31ddcc2;hp=dc839d441518d51f2f7204b7b6a5adbdbbcda8f7;hpb=a75aa6035b1ac27a6a2a44f523ec2ffd011485d8;p=stockfish diff --git a/src/thread.h b/src/thread.h index dc839d44..558a6752 100644 --- a/src/thread.h +++ b/src/thread.h @@ -26,6 +26,7 @@ //// Includes //// +#include "history.h" #include "lock.h" #include "movepick.h" #include "position.h" @@ -73,6 +74,7 @@ struct Thread { volatile bool idle; volatile bool workIsWaiting; volatile bool printCurrentLine; + History H; unsigned char pad[64]; // set some distance among local data for each thread };