Update for storage to now use vector
[awesomized/libmemcached] / libmemcached-1.0 / struct / memcached.h
index 152f310330c8402428df3500a5a39731372c2269..564eb74e55b9c825252a2cf16dd6eed16c5db8cb 100644 (file)
@@ -54,7 +54,7 @@ struct memcached_st {
     bool buffer_requests:1;
     bool hash_with_namespace:1;
     bool no_block:1; // Don't block
-    bool no_reply:1;
+    bool reply:1;
     bool randomize_replica_read:1;
     bool support_cas:1;
     bool tcp_nodelay:1;