rculfhash: add cds_lfht_replace to the write operations in the comments
[urcu.git] / 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.022346 seconds and 4 git commands to generate.