]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Do not output to stderr during the build.
[stockfish] / src / thread.h
index 5bfa2359afdd5e02908afbb776a5a86df9f24c96..e04d303a271996ee39f2335997e58e6fd4c3bcf7 100644 (file)
@@ -60,10 +60,13 @@ public:
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   size_t pvIdx, pvLast;
-  uint64_t ttHitAverage;
+  RunningAverage doubleExtensionAverage[COLOR_NB];
+  uint64_t nodesLastExplosive;
+  uint64_t nodesLastNormal;
+  std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
   int selDepth, nmpMinPly;
   Color nmpColor;
-  std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
+  ExplosionState state;
 
   Position rootPos;
   StateInfo rootState;