X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=e2009a7d78b98cd6411391c49c2f8c4b50f408e3;hp=1780abe1da85d821a51312457315b6aa0697e27d;hb=2198cd0524574f0d9df8c0ec9aaf14ad8c94402b;hpb=4bc11984fc5a148ee8f1b55d6ac47c4a397cc8b8 diff --git a/src/thread.h b/src/thread.h index 1780abe1..e2009a7d 100644 --- a/src/thread.h +++ b/src/thread.h @@ -61,7 +61,7 @@ public: Material::Table materialTable; Endgames endgames; size_t PVIdx; - int selDepth; + int selDepth, nmp_ply, pair; std::atomic nodes, tbHits; Position rootPos;