Added MEMCACHED_BEHAVIOR_SND_TIMEOUT, MEMCACHED_BEHAVIOR_RCV_TIMEOUT
[awesomized/libmemcached] / libmemcached / memcached.h
index 911b04447d96d0f286881f75b833e6e1aad91175..0cbb12f1cd0debfc28deb74c0265b4f5e0cea049 100644 (file)
@@ -95,6 +95,8 @@ struct memcached_st {
   size_t prefix_key_length;
   memcached_hash hash_continuum;
   uint32_t continuum_points_counter;
+  int32_t snd_timeout;
+  int32_t rcv_timeout;
 };