Add missing REMOVAL_OWNER_FLAG comment to cds_lfht_node comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Dec 2011 16:01:16 +0000 (11:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Dec 2011 16:01:16 +0000 (11:01 -0500)
Reported-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/rculfhash.h

index 647592b9cf05654598dc76f1867a0455fb1eaac6..f337622606539a16126e7f2a628ebe7e9342580d 100644 (file)
@@ -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)));
 
This page took 0.025435 seconds and 4 git commands to generate.