]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Add comments to uncommented parts of code
[stockfish] / src / thread.h
index 34b99015bacec71f2cd6e188d84b658d07c5a3ec..c05fa941a12b7f4f304c051167297f464956a2f6 100644 (file)
@@ -69,10 +69,12 @@ public:
   Depth rootDepth, completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
+  ButterflyHistory staticHistory;
   LowPlyHistory lowPlyHistory;
   CapturePieceToHistory captureHistory;
   ContinuationHistory continuationHistory[2][2];
   Score contempt;
+  int failedHighCnt;
 };