X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fms_memslap.h;h=8777c5bb2466a14419a37b5e6be47699c926adb4;hb=c2aabfa4fef8c0069f693a5522c6c23a00ae9d83;hp=87caca5dc1408ba422c5fec17c7e09ee1520dddd;hpb=2b3f3d6389db5f7b43a0843d799606aef434a0d0;p=awesomized%2Flibmemcached diff --git a/clients/ms_memslap.h b/clients/ms_memslap.h index 87caca5d..8777c5bb 100644 --- a/clients/ms_memslap.h +++ b/clients/ms_memslap.h @@ -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 */