X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fmemcached.h;h=440898e1e34ea29ab681b665f663748245465d2d;hb=e4e6bde654ddb9017f090f3a36d6e9f5fd70b354;hp=099a4b306960f26323fc3f274034b4cac81c84c3;hpb=4cd075fbd0fab78e393c1559db340a221196a006;p=m6w6%2Flibmemcached diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index 099a4b30..440898e1 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -98,7 +98,7 @@ struct memcached_st { bool auto_eject_hosts:1; bool binary_protocol:1; bool buffer_requests:1; - bool hash_with_prefix_key:1; + bool hash_with_namespace:1; bool no_block:1; // Don't block bool no_reply:1; bool randomize_replica_read:1; @@ -151,7 +151,7 @@ struct memcached_st { memcached_callback_st *callbacks; struct memcached_sasl_st sasl; struct memcached_error_t *error_messages; - struct memcached_array_st *prefix_key; + struct memcached_array_st *_namespace; struct { uint32_t initial_pool_size; uint32_t max_pool_size;