X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fanalyze.h;h=dbec8b236098c694915e1338f4b7fd817c2171ab;hb=f1563c45b37bba7d51228af44dc184a9d0308e81;hp=3323e8551a8521997ce8d339070db0977a233a01;hpb=95fd67da4903671adb5731b710798843938e8536;p=awesomized%2Flibmemcached diff --git a/libmemcached/analyze.h b/libmemcached/analyze.h index 3323e855..dbec8b23 100644 --- a/libmemcached/analyze.h +++ b/libmemcached/analyze.h @@ -5,7 +5,7 @@ * Use and distribution licensed under the BSD license. See * the COPYING file in the parent directory for full text. * - * Summary: Change the behavior of the memcached connection. + * Summary: Generate a memcached_analysis_st * */ @@ -18,9 +18,6 @@ extern "C" { struct memcached_analysis_st { - struct { - bool allocated:1; - } options; memcached_st *root; uint32_t average_item_size; uint32_t longest_uptime;