X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=include%2Fmemcached.h;h=095ac4351a10221a7c94e625ccaa4820c29593a0;hb=05a0de51880aa6ee2428a365ef5d6ad530f96454;hp=cb74fe9d8aeea575aee099c608cadd6dad318cd8;hpb=797030634aad32b958277944a9b2d687ea148e97;p=m6w6%2Flibmemcached diff --git a/include/memcached.h b/include/memcached.h index cb74fe9d..095ac435 100644 --- a/include/memcached.h +++ b/include/memcached.h @@ -32,7 +32,7 @@ extern "C" { #define MEMCACHED_DEFAULT_TIMEOUT INT32_MAX /* string value */ -#define LIBMEMCACHED_VERSION_STRING "0.15" +#define LIBMEMCACHED_VERSION_STRING "0.16" typedef enum { MEMCACHED_SUCCESS, @@ -169,7 +169,7 @@ struct memcached_stat_st { uint32_t rusage_system_microseconds; uint32_t curr_items; uint32_t total_items; - uint32_t limit_maxbytes; + uint64_t limit_maxbytes; uint32_t curr_connections; uint32_t total_connections; uint32_t connection_structures;