Merge Monty
[awesomized/libmemcached] / clients / ms_memslap.h
index 87caca5dc1408ba422c5fec17c7e09ee1520dddd..8777c5bb2466a14419a37b5e6be47699c926adb4 100644 (file)
@@ -71,7 +71,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 */