add lcov and lcov-clean target
[m6w6/libmemcached] / libmemcached / memcached.h
index fe468f98b110369d665cae1d071c89719b974a3e..e4510d6d9290f2f26f3c8e63c35c85b4b3b032d5 100644 (file)
@@ -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;