more cleanup
[m6w6/libmemcached] / contrib / bin / memaslap / ms_memslap.h
index 36bb8f7f51d5ee11ffe2975f9bad9a8725d8b3fa..07bb7712175475bde2d063e403baeee54d3db9cb 100644 (file)
@@ -113,8 +113,8 @@ typedef struct global {
   pthread_mutex_t seq_mutex;
 
   /* global synchronous flags for slap mode */
-  bool finish_warmup;
-  bool time_out;
+  ATOMIC bool finish_warmup;
+  ATOMIC bool time_out;
 } ms_global_t;
 
 /* global structure */