X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcachedprotocol%2Fcommon.h;h=8453ccd8619b417c3a2bfbfa4e57785c02a88575;hb=f5b5250c862c98dadbe30cebc1f92962c76125c3;hp=398e7ee2d238153804181a22be2bbb0c829b6fc7;hpb=274778ed13cb7c38995dc1491d437b27db6339fb;p=awesomized%2Flibmemcached diff --git a/libmemcachedprotocol/common.h b/libmemcachedprotocol/common.h index 398e7ee2..8453ccd8 100644 --- a/libmemcachedprotocol/common.h +++ b/libmemcachedprotocol/common.h @@ -37,14 +37,12 @@ #pragma once #include "config.h" -#if !defined(__cplusplus) -# include -#endif #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;