X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fmemcached.h;h=435a6f606f6f016723c8bd0cb7ec7f4a2d7285b3;hb=2a34f4dcac48917e41a1b6aee37edbe886aa9f7b;hp=35805bdc568642b31f8ff0598e6d1267e07b118f;hpb=481efe3c437e1d87e0fabb987982cc1df2b2c35d;p=awesomized%2Flibmemcached diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index 35805bdc..435a6f60 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -72,7 +72,6 @@ struct memcached_st { bool binary_protocol:1; bool buffer_requests:1; bool hash_with_prefix_key:1; - bool ketama_weighted:1; bool no_block:1; // Don't block bool no_reply:1; bool randomize_replica_read:1; @@ -84,7 +83,6 @@ struct memcached_st { bool use_udp:1; bool verify_key:1; bool tcp_keepalive:1; - bool ping_service:1; } flags; memcached_server_distribution_t distribution; hashkit_st hashkit; @@ -109,6 +107,7 @@ struct memcached_st { memcached_result_st result; struct { + bool weighted; uint32_t continuum_count; // Ketama uint32_t continuum_points_counter; // Ketama time_t next_distribution_rebuild; // Ketama