X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fstring.h;h=ca2c1220943a60ae93f9c8b77aaddccd31eb2bf5;hb=3c11b74c0aa013a6afd492d46a8e9c911e12b350;hp=ef567874248a8b47c408648818f8f7398e99f888;hpb=04ef974c23973986d4475e3cb8a876012264e2da;p=m6w6%2Flibmemcached diff --git a/libmemcached/string.h b/libmemcached/string.h index ef567874..ca2c1220 100644 --- a/libmemcached/string.h +++ b/libmemcached/string.h @@ -28,8 +28,8 @@ struct memcached_string_st { size_t current_size; const memcached_st *root; struct { - bool is_allocated MEMCACHED_BITFIELD; - bool is_initialized MEMCACHED_BITFIELD; + bool is_allocated:1; + bool is_initialized:1; } options; };