]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Move wake_sleeping_thread() to Thread class
[stockfish] / src / search.h
index 1b17254a84b70362230c493db08f3a9ab315f106..65b3b4a7107d03668032db961be252dbb59a6981 100644 (file)
@@ -32,6 +32,7 @@ struct EvalInfo;
 struct SplitPoint;
 
 struct SearchStack {
+  int ply;
   Move currentMove;
   Move mateKiller;
   Move excludedMove;
@@ -46,7 +47,6 @@ struct SearchStack {
 
 class Position;
 
-extern void init_search();
 extern void init_threads();
 extern void exit_threads();
 extern int64_t perft(Position& pos, Depth depth);