From 3f2f3714e585efa0d009c62cf4a380b4cf28e505 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 20 Dec 2011 11:01:16 -0500 Subject: [PATCH] Add missing REMOVAL_OWNER_FLAG comment to cds_lfht_node comment Reported-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- urcu/rculfhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); -- 2.34.1