[lttng-dev] [PATCH 2/2] rculfhash: add cds_lfht_replace to the write operations in the comments

Lai Jiangshan laijs at cn.fujitsu.com
Thu Dec 20 05:29:33 EST 2012


Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>
---
 rculfhash.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.7.4.4




More information about the lttng-dev mailing list