[DTrace-devel] [PATCH 57/61] Eliminate dtahe_aggregate

Kris Van Hees kris.van.hees at oracle.com
Wed Aug 31 03:41:40 UTC 2022


On Fri, Jul 08, 2022 at 10:45:41AM -0400, eugene.loh--- via DTrace-devel wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

... queued for dev

> ---
>  libdtrace/dt_impl.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libdtrace/dt_impl.h b/libdtrace/dt_impl.h
> index 85e2b878..9eaa67bf 100644
> --- a/libdtrace/dt_impl.h
> +++ b/libdtrace/dt_impl.h
> @@ -179,7 +179,6 @@ typedef struct dt_ahashent {
>  	uint64_t dtahe_hval;			/* hash value */
>  	size_t dtahe_size;			/* size of data */
>  	dtrace_aggdata_t dtahe_data;		/* data */
> -	void (*dtahe_aggregate)(int64_t *, int64_t *, size_t); /* function */
>  } dt_ahashent_t;
>  
>  typedef struct dt_ahash {
> -- 
> 2.18.4
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list