]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Improve comments in SMP code
[stockfish] / src / thread.h
index 54083d2e5c83af994e0c3f647dc61eacd51d44cf..606f96262dd72ead3f3672a45c1148f840efcb97 100644 (file)
@@ -46,7 +46,7 @@ struct SplitPoint {
   // Const data after split point has been setup
   const Position* pos;
   Search::Stack* ss;
   // Const data after split point has been setup
   const Position* pos;
   Search::Stack* ss;
-  Thread* masterThread;
+  Thread* master;
   Depth depth;
   Value beta;
   int nodeType;
   Depth depth;
   Value beta;
   int nodeType;