Sign fix for variable (this should solve the solaris warning).
[m6w6/libmemcached] / clients / ms_memslap.h
index 8777c5bb2466a14419a37b5e6be47699c926adb4..87caca5dc1408ba422c5fec17c7e09ee1520dddd 100644 (file)
@@ -71,7 +71,7 @@ typedef struct statistic
 /* global status statistic structure */
 typedef struct stats
 {
-  volatile int32_t active_conns;   /* active connections */
+  volatile uint32_t active_conns;   /* active connections */
   size_t bytes_read;              /* read bytes */
   size_t bytes_written;           /* written bytes */
   size_t obj_bytes;               /* object bytes */