]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Further refine SMP code
[stockfish] / src / thread.h
index 04e9a370cb9a5604ef7afa4a586263a3d594e28c..f530913cf22017f21fa49a2ca812dc6861b5439c 100644 (file)
@@ -72,7 +72,7 @@ struct SplitPoint {
   // Const data after split point has been setup
   const Position* pos;
   Search::Stack* ss;
-  Thread* masterThread;
+  Thread* master;
   Depth depth;
   Value beta;
   int nodeType;