Modifying behavior to bounce connection in the case of a bad value from
[m6w6/libmemcached] / include / memcached.h
index cb74fe9d8aeea575aee099c608cadd6dad318cd8..095ac4351a10221a7c94e625ccaa4820c29593a0 100644 (file)
@@ -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;