]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Rename flag 'stop' in 'stopRequest'
[stockfish] / src / thread.h
index 3dc0f274ba7d21a853bcfc11ad2948b3dbb537c1..fd4f42cfeb317d7339f2101c90d63972ad5f0669 100644 (file)
@@ -70,7 +70,7 @@ struct Thread {
   volatile int activeSplitPoints;
   uint64_t nodes;
   uint64_t betaCutOffs[2];
-  volatile bool stop;
+  volatile bool stopRequest;
   volatile bool running;
   volatile bool idle;
   volatile bool sleeping;