X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fserver.h;h=5174752822c63ee8327eebbb2fbd461c69fd21da;hb=2c51ea585ccfbf3a14fed6d28f9115292ad0e6fc;hp=141d71d21c04184429619fd160581434ac654fb8;hpb=09ee51ae8bf79232caa43aab2d3450ce2966be7b;p=m6w6%2Flibmemcached diff --git a/libmemcached/server.h b/libmemcached/server.h index 141d71d2..51747528 100644 --- a/libmemcached/server.h +++ b/libmemcached/server.h @@ -15,9 +15,10 @@ struct memcached_server_st { struct { - bool is_allocated:1; - bool is_initialized:1; - bool sockaddr_inited:1; + bool is_allocated MEMCACHED_BITFIELD; + bool is_initialized MEMCACHED_BITFIELD; + bool sockaddr_inited MEMCACHED_BITFIELD; + bool is_shutting_down MEMCACHED_BITFIELD; } options; uint32_t number_of_hosts; uint32_t cursor_active;