]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Correctly implementg selDepth feature
[stockfish] / src / thread.h
index 3b539aa86e66cb88e4179e6f295d9758e273cf5e..f54fcbbe71b62691d62de3f9480980db6aa71558 100644 (file)
@@ -68,6 +68,7 @@ enum ThreadState
 };
 
 struct Thread {
+  int maxPly;
   Lock sleepLock;
   WaitCondition sleepCond;
   volatile ThreadState state;