X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Frculfhash.h;h=fbb18cd2c1ca22d663d7abcdb1efcf60e6edc970;hb=1ee8f000286db8180c95cbc740566554f403f933;hp=a1ae0f5a8fef9e80e39d8f21750005b565810cd7;hpb=04db56f85e2cd2abb05e4ef14990e99a1058d0df;p=urcu.git diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index a1ae0f5..fbb18cd 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -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)));