X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcachedprotocol%2Fcommon.h;h=a4ddc2ca0d864f6c16db820b048930b02971d74b;hb=bca50e41ec13fced5c5e631666deeb35d9665117;hp=2e3e7c6d2072691daa0b3eecdb9fd81728128870;hpb=3481bbb3f9e4f98c7b984b0f77ebeb468a7d486b;p=awesomized%2Flibmemcached diff --git a/libmemcachedprotocol/common.h b/libmemcachedprotocol/common.h index 2e3e7c6d..a4ddc2ca 100644 --- a/libmemcachedprotocol/common.h +++ b/libmemcachedprotocol/common.h @@ -36,16 +36,13 @@ #pragma once -#include "config.h" -#if !defined(__cplusplus) -# include -#endif +#include "mem_config.h" #include #include #include #include -#include +#include /* * I don't really need the following two functions as function pointers @@ -127,6 +124,7 @@ enum ascii_cmd { }; struct memcached_protocol_client_st { + bool is_verbose; memcached_protocol_st *root; memcached_socket_t sock; int error;