memcached.h | memcached.h | |||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
/* These are Private and should not be used by applications */ | /* These are Private and should not be used by applications */ | |||
#define MEMCACHED_VERSION_STRING_LENGTH 12 | #define MEMCACHED_VERSION_STRING_LENGTH 12 | |||
/* string value */ | /* string value */ | |||
struct memcached_continuum_item_st { | struct memcached_continuum_item_st { | |||
uint32_t index; | uint32_t index; | |||
uint32_t value; | uint32_t value; | |||
}; | }; | |||
#define LIBMEMCACHED_VERSION_STRING "0.27" | #define LIBMEMCACHED_VERSION_STRING "0.28" | |||
struct memcached_analysis_st { | struct memcached_analysis_st { | |||
uint64_t most_used_bytes; | uint64_t most_used_bytes; | |||
uint64_t least_remaining_bytes; | uint64_t least_remaining_bytes; | |||
uint32_t average_item_size; | uint32_t average_item_size; | |||
uint32_t longest_uptime; | uint32_t longest_uptime; | |||
uint32_t least_free_server; | uint32_t least_free_server; | |||
uint32_t most_consumed_server; | uint32_t most_consumed_server; | |||
uint32_t oldest_server; | uint32_t oldest_server; | |||
double pool_hit_ratio; | double pool_hit_ratio; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||