Updated release notes
[awesomized/libmemcached] / libmemcached / memcached.h
index aceab59b77bf2aac3b189019fb353012289d11ae..a9c6a6835719d7ab5df623b8997d0f6212e8a59f 100644 (file)
@@ -42,7 +42,7 @@ struct memcached_continuum_item_st {
   uint32_t value;
 };
 
-#define LIBMEMCACHED_VERSION_STRING "0.28"
+#define LIBMEMCACHED_VERSION_STRING "0.29"
 
 struct memcached_analysis_st {
   uint64_t most_used_bytes;
@@ -117,6 +117,7 @@ struct memcached_st {
   uint32_t server_failure_limit;
   uint32_t io_msg_watermark;
   uint32_t io_bytes_watermark;
+  uint32_t io_key_prefetch;
   time_t next_distribution_rebuild;
 };