X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=c11d17873df5621ed4892ddbce016332ef55e24c;hp=114769d2fa19a355ec0de44c7f75801534b59316;hb=59f1d0c7dd3fcca307a18ff493ce07e290754a2b;hpb=466daf6fbafd1f58f064c2fa03d2fa2c1315c4f5 diff --git a/src/thread.h b/src/thread.h index 114769d2..c11d1787 100644 --- a/src/thread.h +++ b/src/thread.h @@ -59,7 +59,7 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; - size_t pvIdx, pvLast; + size_t pvIdx, pvLast, shuffleExts; int selDepth, nmpMinPly; Color nmpColor; std::atomic nodes, tbHits, bestMoveChanges;