Fix snd/recv when number is higher then domain of value.
[awesomized/libmemcached] / libmemcached-1.0 / struct / memcached.h
index 63b07a00e80a8b3b6219524515e6ef756a51ac94..624887b74daee55bbedc839ac81b3540d176dc4e 100644 (file)
@@ -45,7 +45,7 @@ struct memcached_st {
     bool is_purging:1;
     bool is_processing_input:1;
     bool is_time_for_rebuild:1;
-    bool not_used:1;
+    bool is_parsing:1;
   } state;
 
   struct {