X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fms_memslap.h;h=0b9cc29e2cea1d65a8ebd32e4ab845429c62a305;hb=05a7455d43e7303d4accb71eba006b8ed70afed9;hp=51023d9d2514868722b2f0c3690d7e5f6ae6bbb6;hpb=c67da677fe0944d3d2d3ff46e65fc3bc775404ae;p=m6w6%2Flibmemcached diff --git a/clients/ms_memslap.h b/clients/ms_memslap.h index 51023d9d..0b9cc29e 100644 --- a/clients/ms_memslap.h +++ b/clients/ms_memslap.h @@ -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 */