Fix for the light server.
[m6w6/libmemcached] / libmemcachedprotocol / common.h
index ea94a8d7e281ff71c0a23f2a304c8658f56a7232..8453ccd8619b417c3a2bfbfa4e57785c02a88575 100644 (file)
@@ -124,6 +124,7 @@ enum ascii_cmd {
 };
 
 struct memcached_protocol_client_st {
+  bool is_verbose;
   memcached_protocol_st *root;
   memcached_socket_t sock;
   int error;