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

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Dec 20 06:14:56 EST 2012


* Lai Jiangshan (laijs at cn.fujitsu.com) wrote:
> Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>

Merged, thanks!

Mathieu

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

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list