Remove whiteline
[urcu.git] / urcu / rculfhash.h
index a1ae0f5a8fef9e80e39d8f21750005b565810cd7..6e4f6040094f81eba2736718263eaf66f88ea97e 100644 (file)
@@ -32,7 +32,6 @@
 extern "C" {
 #endif
 
-
 /*
  * cds_lfht_node: Contains the next pointers and reverse-hash
  * value required for lookup and traversal of the hash table.
@@ -49,7 +48,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.024822 seconds and 4 git commands to generate.