rculfhash: rename dummy to bucket
[urcu.git] / urcu / rculfhash.h
index a1ae0f5a8fef9e80e39d8f21750005b565810cd7..fbb18cd2c1ca22d663d7abcdb1efcf60e6edc970 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  * of the hash value for cds_lfht APIs.
  */
 struct cds_lfht_node {
-       struct cds_lfht_node *next;     /* ptr | DUMMY_FLAG | REMOVED_FLAG */
+       struct cds_lfht_node *next;     /* ptr | BUCKET_FLAG | REMOVED_FLAG */
        unsigned long reverse_hash;
 } __attribute__((aligned(4)));
 
This page took 0.022615 seconds and 4 git commands to generate.