X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=contrib%2Fbin%2Fmemaslap%2Fms_memslap.h;h=07bb7712175475bde2d063e403baeee54d3db9cb;hb=01c5e0ed8d3d9c72ea192792d1c49a50e756d635;hp=36bb8f7f51d5ee11ffe2975f9bad9a8725d8b3fa;hpb=808f81dba2553a1e552e8f3cea3ee376ad7d3558;p=awesomized%2Flibmemcached diff --git a/contrib/bin/memaslap/ms_memslap.h b/contrib/bin/memaslap/ms_memslap.h index 36bb8f7f..07bb7712 100644 --- a/contrib/bin/memaslap/ms_memslap.h +++ b/contrib/bin/memaslap/ms_memslap.h @@ -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 */