Merge in updates for the pool library.
[m6w6/libmemcached] / libmemcached / memcached.h
index 2f1caf2b74abb66795836cf6af4ede772b55b163..83072e9ae1e97dc95256b196c7f8435f0dd49558 100644 (file)
@@ -161,6 +161,7 @@ struct memcached_st {
   struct {
     uint32_t initial_pool_size;
     uint32_t max_pool_size;
+    int32_t version; // This is used by pool and others to determine if the memcached_st is out of date.
     struct memcached_array_st *filename;
   } configure;
   struct {