X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fresult.h;h=41608b5b8f89e081893f031c29d2a9f4f76adc09;hb=9fd31c03436acf24c593dc3a77c905eb137ef570;hp=5947cb859575e39e4fee708bc39cacef8f457fa7;hpb=9cde1fdc1bbd49775c75a83e44c942354129f1d5;p=awesomized%2Flibmemcached diff --git a/libmemcached/result.h b/libmemcached/result.h index 5947cb85..41608b5b 100644 --- a/libmemcached/result.h +++ b/libmemcached/result.h @@ -36,8 +36,6 @@ */ #pragma once -#ifndef __LIBMEMCACHED_RESULT_H__ -#define __LIBMEMCACHED_RESULT_H__ struct memcached_result_st { uint32_t item_flags; @@ -46,6 +44,7 @@ struct memcached_result_st { uint64_t item_cas; memcached_st *root; memcached_string_st value; + uint64_t count; char item_key[MEMCACHED_MAX_KEY]; struct { bool is_allocated:1; @@ -99,6 +98,3 @@ void memcached_result_set_expiration(memcached_result_st *self, time_t expiratio #ifdef __cplusplus } // extern "C" #endif - - -#endif /* __LIBMEMCACHED_RESULT_H__ */