X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fmemcached.h;h=e4510d6d9290f2f26f3c8e63c35c85b4b3b032d5;hb=05a7455d43e7303d4accb71eba006b8ed70afed9;hp=fe468f98b110369d665cae1d071c89719b974a3e;hpb=b41c57c2f84855cfd32a7b14008ca0aceb92f32b;p=m6w6%2Flibmemcached diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index fe468f98..e4510d6d 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -49,6 +49,7 @@ struct memcached_st { bool is_allocated:1; bool is_initialized:1; bool is_purging:1; + bool is_processing_input:1; } options; memcached_server_distribution_t distribution; memcached_hash_t hash; @@ -63,6 +64,9 @@ struct memcached_st { uint32_t io_key_prefetch; uint32_t number_of_hosts; int cached_errno; + /** + @note these are static and should not change without a call to behavior. + */ struct { bool auto_eject_hosts:1; bool binary_protocol:1;