X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=6a73423b2c3c6fa9f70ae3abc23ca3dddf02e412;hp=042bc2e9231588d5db2bd1fc4b5a097658df6399;hb=7615e3485e75c2f1715d372f7bb1f546738a5c76;hpb=27b593a94477a821f80a041320683f805114d4a3 diff --git a/src/thread.h b/src/thread.h index 042bc2e9..6a73423b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -54,7 +54,6 @@ public: void idle_loop(); void start_searching(); void wait_for_search_finished(); - int best_move_count(Move move) const; Pawns::Table pawnsTable; Material::Table materialTable; @@ -74,6 +73,7 @@ public: CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; Score contempt; + int failedHighCnt; };