add lcov and lcov-clean target
[m6w6/libmemcached] / clients / ms_memslap.h
index 51023d9d2514868722b2f0c3690d7e5f6ae6bbb6..0b9cc29e2cea1d65a8ebd32e4ab845429c62a305 100644 (file)
@@ -69,7 +69,7 @@ typedef struct statistic
 /* global status statistic structure */
 typedef struct stats
 {
-  volatile uint32_t active_conns;   /* active connections */
+  volatile int32_t active_conns;   /* active connections */
   size_t bytes_read;              /* read bytes */
   size_t bytes_written;           /* written bytes */
   size_t obj_bytes;               /* object bytes */