X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fhashkit.h;h=451333075f225c83641647dcd93065db946935f1;hb=55e0ec6389a0d13dde237552cfef6b83b4728e3f;hp=e3d5862e905f6f5867bde504e83a9136f87009c1;hpb=56bb95c23210147d45b792e4e494e995d9de76dc;p=awesomized%2Flibmemcached diff --git a/libhashkit/hashkit.h b/libhashkit/hashkit.h index e3d5862e..45133307 100644 --- a/libhashkit/hashkit.h +++ b/libhashkit/hashkit.h @@ -58,11 +58,11 @@ struct hashkit_st } base_hash, distribution_hash; struct { - bool is_base_same_distributed HASHKIT_BITFIELD; + bool is_base_same_distributed:1; } flags; struct { - bool is_allocated HASHKIT_BITFIELD; + bool is_allocated:1; } options; };