Updated pandora-build files to version 0.131
[m6w6/libmemcached] / libhashkit / hashkit.h
index e3d5862e905f6f5867bde504e83a9136f87009c1..451333075f225c83641647dcd93065db946935f1 100644 (file)
@@ -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;
 };