X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libmemcached-1.0%2Fstruct%2Fmemcached.h;h=0b4f89763adb20298997bd31903b615552709ae7;hb=38c7c4e5444881eee8f76c6050e146c137c3781e;hp=3de83a076860aabaae1ebb1174f82afafec761d2;hpb=674c7578fa870c3b57e81e765c355ce98434b310;p=awesomized%2Flibmemcached diff --git a/libmemcached-1.0/struct/memcached.h b/libmemcached-1.0/struct/memcached.h index 3de83a07..0b4f8976 100644 --- a/libmemcached-1.0/struct/memcached.h +++ b/libmemcached-1.0/struct/memcached.h @@ -45,6 +45,7 @@ struct memcached_st { bool is_purging:1; bool is_processing_input:1; bool is_time_for_rebuild:1; + bool not_used:1; } state; struct { @@ -63,6 +64,8 @@ struct memcached_st { bool verify_key:1; bool tcp_keepalive:1; bool is_aes:1; + bool is_fetching_version:1; + bool not_used:1; } flags; memcached_server_distribution_t distribution;