X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;fp=urcu%2Frculfhash.h;h=f337622606539a16126e7f2a628ebe7e9342580d;hp=647592b9cf05654598dc76f1867a0455fb1eaac6;hb=3f2f3714e585efa0d009c62cf4a380b4cf28e505;hpb=b65ec430efc1882ba63452a7fae7bbeea9446526 diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 647592b..f337622 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -51,7 +51,7 @@ extern "C" { * of the hash value for cds_lfht APIs. */ struct cds_lfht_node { - struct cds_lfht_node *next; /* ptr | BUCKET_FLAG | REMOVED_FLAG */ + struct cds_lfht_node *next; /* ptr | REMOVAL_OWNER_FLAG | BUCKET_FLAG | REMOVED_FLAG */ unsigned long reverse_hash; } __attribute__((aligned(8)));