From: Lai Jiangshan Date: Thu, 20 Dec 2012 11:13:57 +0000 (-0500) Subject: rculfhash: add cds_lfht_replace to the write operations in the comments X-Git-Tag: v0.8.0~121 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=bf09adc7f306c5cbd6e87b97ca05754fabe316c0 rculfhash: add cds_lfht_replace to the write operations in the comments Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- diff --git a/rculfhash.c b/rculfhash.c index 7050d5c..3650ed3 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -129,7 +129,7 @@ * - cds_lfht_first followed iteration with cds_lfht_next (and/or * cds_lfht_next_duplicate, although less common). * - * We define "write" operations as any of cds_lfht_add, + * We define "write" operations as any of cds_lfht_add, cds_lfht_replace, * cds_lfht_add_unique (success), cds_lfht_add_replace, cds_lfht_del. * * When cds_lfht_add_unique succeeds (returns the node passed as