X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=341bb9afe1120d7ebd369f15e12fcaec1616a3d4;hp=45124d02e4b1f2aad70962084475d1d2f485c56b;hb=a0486ecb40513db8141fa27c026f64771b8ebb55;hpb=6cc56141245abec88861e38e0a44615e4d675813 diff --git a/src/thread.h b/src/thread.h index 45124d02..341bb9af 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,9 +60,9 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; Endgames endgames; - size_t PVIdx, PVLast; - int selDepth, nmp_min_ply; - Color nmp_color; + size_t pvIdx, pvLast; + int selDepth, nmpMinPly; + Color nmpColor; std::atomic nodes, tbHits; Position rootPos;