Compiles.
[m6w6/libmemcached] / clients / ms_memslap.h
index 540fed0e16c218aa3f6ffe015852df4a491aab00..dc0844d82ff2496eb03ca86a61fea5f59d9784cd 100644 (file)
@@ -92,7 +92,7 @@ typedef struct stats
 /* lock adapter */
 typedef struct sync_lock
 {
-  int count;
+  uint32_t count;
   pthread_mutex_t lock;
   pthread_cond_t cond;
 } ms_sync_lock_t;