rculfhash: add cds_lfht_replace to the write operations in the comments
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 20 Dec 2012 11:13:57 +0000 (06:13 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Dec 2012 11:13:57 +0000 (06:13 -0500)
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c

index 7050d5c47b224c9d91b21610478a3a903aa74789..3650ed384015c44a327f5eff7b9aa5d9050ca84e 100644 (file)
  *  - 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
This page took 0.025255 seconds and 4 git commands to generate.