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